Commit a779844b authored by michael's avatar michael

prefer image2 over image


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3666 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7e96404e
......@@ -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;
}
......
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