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:
Martin Storsjö 2010-12-05 19:42:14 +00:00
parent 6a7e31a901
commit 28b4eb95bc
1 changed files with 1 additions and 0 deletions

View File

@ -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