prefer image2 over image

Originally committed as revision 3666 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 21 years ago
parent 4eff7cf42d
commit f4824c0f30
  1. 2
      libavformat/img.c

@ -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…
Cancel
Save