[FFmpeg-cvslog] r22774 - trunk/libavformat/rtpdec_xiph.c

mstorsjo subversion
Fri Apr 2 13:33:02 CEST 2010


Author: mstorsjo
Date: Fri Apr  2 13:33:02 2010
New Revision: 22774

Log:
Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_
This was accidentally overwritten in the recent merge of the theora/vorbis codepaths

Modified:
   trunk/libavformat/rtpdec_xiph.c

Modified: trunk/libavformat/rtpdec_xiph.c
==============================================================================
--- trunk/libavformat/rtpdec_xiph.c	Fri Apr  2 13:06:29 2010	(r22773)
+++ trunk/libavformat/rtpdec_xiph.c	Fri Apr  2 13:33:02 2010	(r22774)
@@ -390,7 +390,7 @@ RTPDynamicProtocolHandler ff_theora_dyna
 
 RTPDynamicProtocolHandler ff_vorbis_dynamic_handler = {
     .enc_name         = "vorbis",
-    .codec_type       = CODEC_TYPE_AUDIO,
+    .codec_type       = AVMEDIA_TYPE_AUDIO,
     .codec_id         = CODEC_ID_VORBIS,
     .parse_sdp_a_line = xiph_parse_sdp_line,
     .open             = xiph_new_context,



More information about the ffmpeg-cvslog mailing list