[FFmpeg-cvslog] r19506 - trunk/libavformat/raw.c

aurel subversion
Fri Jul 24 23:28:03 CEST 2009


Author: aurel
Date: Fri Jul 24 23:28:03 2009
New Revision: 19506

Log:
fix compilation of cavsvideo demuxer

Modified:
   trunk/libavformat/raw.c

Modified: trunk/libavformat/raw.c
==============================================================================
--- trunk/libavformat/raw.c	Fri Jul 24 02:13:59 2009	(r19505)
+++ trunk/libavformat/raw.c	Fri Jul 24 23:28:03 2009	(r19506)
@@ -329,7 +329,9 @@ static int mpegvideo_probe(AVProbeData *
         return AVPROBE_SCORE_MAX/2+1; // +1 for .mpg
     return 0;
 }
+#endif
 
+#if CONFIG_CAVSVIDEO_DEMUXER
 #define CAVS_SEQ_START_CODE       0x000001b0
 #define CAVS_PIC_I_START_CODE     0x000001b3
 #define CAVS_UNDEF_START_CODE     0x000001b4



More information about the ffmpeg-cvslog mailing list