Reduce the score for the aea demuxer probing function.
backport r23273 by banan Originally committed as revision 23356 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
This commit is contained in:
parent
1746657479
commit
057287c9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue