From 28b4eb95bca07a84b740e9f91672b73a088184ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Sun, 5 Dec 2010 19:42:14 +0000 Subject: [PATCH] rtpdec_qcelp: Use the depacketizer for static payload types, too Originally committed as revision 25894 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpdec_qcelp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/rtpdec_qcelp.c b/libavformat/rtpdec_qcelp.c index 792e7dc..ceae504 100644 --- a/libavformat/rtpdec_qcelp.c +++ b/libavformat/rtpdec_qcelp.c @@ -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 -- 2.7.4