Skip to content

Commit

Permalink
rtpdec_qcelp: Use the depacketizer for static payload types, too
Browse files Browse the repository at this point in the history
Originally committed as revision 25894 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
mstorsjo committed Dec 5, 2010
1 parent 6a7e31a commit 28b4eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavformat/rtpdec_qcelp.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ RTPDynamicProtocolHandler ff_qcelp_dynamic_handler = {
.enc_name = "x-Purevoice",
.codec_type = AVMEDIA_TYPE_AUDIO,
.codec_id = CODEC_ID_QCELP,
.static_payload_id = 12,
.open = qcelp_new_context,
.close = qcelp_free_context,
.parse_packet = qcelp_parse_packet
Expand Down

0 comments on commit 28b4eb9

Please sign in to comment.