[Ffmpeg-cvslog] CVS: ffmpeg/libavformat raw.c,1.63,1.64

Michael Niedermayer CVS michael
Sat Feb 4 03:05:54 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv18343

Modified Files:
	raw.c 
Log Message:
fix regression tests


Index: raw.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/raw.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- raw.c	2 Feb 2006 13:56:42 -0000	1.63
+++ raw.c	4 Feb 2006 02:05:51 -0000	1.64
@@ -306,7 +306,7 @@
             }
         }
     }
-    if(seq && pic && slice && seq<pic && (ABS(pic-slice)-1)*10 < pic && !pspack)
+    if(seq && pic && slice && seq<pic && !pspack)
         return AVPROBE_SCORE_MAX/2+1; // +1 for .mpg
     return 0;
 }





More information about the ffmpeg-cvslog mailing list