mirror of https://git.ffmpeg.org/ffmpeg.git
rtpdec_qcelp: Use the depacketizer for static payload types, too
Originally committed as revision 25894 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6a7e31a901
commit
28b4eb95bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue