[SCM] libav/experimental: rtpdec_qcelp: Use the depacketizer for static payload types, too

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:19:46 UTC 2013


The following commit has been merged in the experimental branch:
commit 28b4eb95bca07a84b740e9f91672b73a088184ab
Author: Martin Storsjö <martin at martin.st>
Date:   Sun Dec 5 19:42:14 2010 +0000

    rtpdec_qcelp: Use the depacketizer for static payload types, too
    
    Originally committed as revision 25894 to svn://svn.ffmpeg.org/ffmpeg/trunk

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list