mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
prefer image2 over image
Originally committed as revision 3666 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4eff7cf42d
commit
f4824c0f30
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user