Commit 5bd6011d authored by michael's avatar michael

fix missdetection of mpeg-ps (ps2_interdite.mpg)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6948 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dc240f26
......@@ -256,7 +256,7 @@ static int mp3_read_probe(AVProbeData *p)
return 0;
if(id3_match(p->buf))
return AVPROBE_SCORE_MAX;
return AVPROBE_SCORE_MAX/2+1; // this must be less then mpeg-ps because some retards put id3 tage before mpeg-ps files
max_frames = 0;
buf = p->buf;
......
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