Commit 28b4eb95 authored by Martin Storsjö's avatar Martin Storsjö

rtpdec_qcelp: Use the depacketizer for static payload types, too

Originally committed as revision 25894 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6a7e31a9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment