# HG changeset patch # User banan # Date 1274652087 0 # Node ID 69289b8cf847ddf5c164f5cc1faba72ae8e65189 # Parent 33e5c391073894ebf4d5c3cb7da9b01d610990a4 10l, now the score is reduced diff -r 33e5c3910738 -r 69289b8cf847 aea.c --- a/aea.c Sun May 23 21:56:54 2010 +0000 +++ b/aea.c Sun May 23 22:01:27 2010 +0000 @@ -48,7 +48,7 @@ * 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; }