Browse code

Reduce probing score for flic animation files.

Fixes ticket #2567.

Carl Eugen Hoyos authored on 2013/05/15 16:48:06
Showing 1 changed files
... ...
@@ -80,7 +80,7 @@ static int flic_probe(AVProbeData *p)
80 80
         return 0;
81 81
 
82 82
 
83
-    return AVPROBE_SCORE_MAX;
83
+    return AVPROBE_SCORE_MAX - 1;
84 84
 }
85 85
 
86 86
 static int flic_read_header(AVFormatContext *s)