mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 10:00:08 +01:00
fix regression tests
Originally committed as revision 4932 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -306,7 +306,7 @@ static int mpegvideo_probe(AVProbeData *p)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
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 AVPROBE_SCORE_MAX/2+1; // +1 for .mpg
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user