Commit f4824c0f authored by Michael Niedermayer's avatar Michael Niedermayer

prefer image2 over image

Originally committed as revision 3666 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4eff7cf4
...@@ -90,7 +90,7 @@ static int find_image_range(int *pfirst_index, int *plast_index, ...@@ -90,7 +90,7 @@ static int find_image_range(int *pfirst_index, int *plast_index,
static int image_probe(AVProbeData *p) static int image_probe(AVProbeData *p)
{ {
if (filename_number_test(p->filename) >= 0 && guess_image_format(p->filename)) if (filename_number_test(p->filename) >= 0 && guess_image_format(p->filename))
return AVPROBE_SCORE_MAX; return AVPROBE_SCORE_MAX-1;
else else
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment