1
0
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:
Michael Niedermayer 2004-11-10 00:02:06 +00:00
parent 4eff7cf42d
commit f4824c0f30

View File

@ -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;
}