[FFmpeg-cvslog] r24977 - trunk/libavformat/m4vdec.c

aurel subversion
Sun Aug 29 23:23:52 CEST 2010


Author: aurel
Date: Sun Aug 29 23:23:52 2010
New Revision: 24977

Log:
cosmetic

Modified:
   trunk/libavformat/m4vdec.c

Modified: trunk/libavformat/m4vdec.c
==============================================================================
--- trunk/libavformat/m4vdec.c	Sun Aug 29 23:23:30 2010	(r24976)
+++ trunk/libavformat/m4vdec.c	Sun Aug 29 23:23:52 2010	(r24977)
@@ -44,7 +44,7 @@ static int mpeg4video_probe(AVProbeData 
                  && !(0x1B9 < temp_buffer && temp_buffer < 0x1C4)) res++;
     }
 
-    if ( VOP >= VISO && VOP >= VOL && VO >= VOL && VOL > 0 && res==0)
+    if (VOP >= VISO && VOP >= VOL && VO >= VOL && VOL > 0 && res==0)
         return AVPROBE_SCORE_MAX/2;
     return 0;
 }



More information about the ffmpeg-cvslog mailing list