[FFmpeg-cvslog] r23273 - trunk/libavformat/aea.c
banan
subversion
Mon May 24 00:01:27 CEST 2010
Author: banan
Date: Mon May 24 00:01:27 2010
New Revision: 23273
Log:
10l, now the score is reduced
Modified:
trunk/libavformat/aea.c
Modified: trunk/libavformat/aea.c
==============================================================================
--- trunk/libavformat/aea.c Sun May 23 23:56:54 2010 (r23272)
+++ trunk/libavformat/aea.c Mon May 24 00:01:27 2010 (r23273)
@@ -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;
}
More information about the ffmpeg-cvslog
mailing list