mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
prefer image2 over image
Originally committed as revision 3666 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ static int find_image_range(int *pfirst_index, int *plast_index,
|
||||
static int image_probe(AVProbeData *p)
|
||||
{
|
||||
if (filename_number_test(p->filename) >= 0 && guess_image_format(p->filename))
|
||||
return AVPROBE_SCORE_MAX;
|
||||
return AVPROBE_SCORE_MAX-1;
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user