diff aea.c @ 6045:69289b8cf847 libavformat

10l, now the score is reduced
author banan
date Sun, 23 May 2010 22:01:27 +0000
parents 33e5c3910738
children 4aaed59641ff
line wrap: on
line diff
--- 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;
 }