changeset 929:0667558dbb8f libavformat

fix regression tests
author michael
date Sat, 04 Feb 2006 02:05:51 +0000
parents 2244fbe4a883
children 3d1db6d5f8ed
files raw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/raw.c	Thu Feb 02 20:56:35 2006 +0000
+++ b/raw.c	Sat Feb 04 02:05:51 2006 +0000
@@ -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;
 }