Commit 990d9d2b authored by banan's avatar banan

10l, now the score is reduced


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23273 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6f2e2bef
......@@ -48,7 +48,7 @@ static int aea_read_probe(AVProbeData *p)
* the info bytes have to be the same
*/
if (bsm_s == bsm_e && inb_s == inb_e)
return AVPROBE_SCORE_MAX / 2 + 1;
return AVPROBE_SCORE_MAX / 4 + 1;
}
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