[FFmpeg-cvslog] r25894 - trunk/libavformat/rtpdec_qcelp.c
mstorsjo
subversion
Sun Dec 5 20:42:14 CET 2010
Author: mstorsjo
Date: Sun Dec 5 20:42:14 2010
New Revision: 25894
Log:
rtpdec_qcelp: Use the depacketizer for static payload types, too
Modified:
trunk/libavformat/rtpdec_qcelp.c
Modified: trunk/libavformat/rtpdec_qcelp.c
==============================================================================
--- trunk/libavformat/rtpdec_qcelp.c Sun Dec 5 20:41:44 2010 (r25893)
+++ trunk/libavformat/rtpdec_qcelp.c Sun Dec 5 20:42:14 2010 (r25894)
@@ -222,6 +222,7 @@ RTPDynamicProtocolHandler ff_qcelp_dynam
.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
More information about the ffmpeg-cvslog
mailing list