Commit 86ea021b authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Reduce probing score for flic animation files.

Fixes ticket #2567.
parent ff468092
...@@ -80,7 +80,7 @@ static int flic_probe(AVProbeData *p) ...@@ -80,7 +80,7 @@ static int flic_probe(AVProbeData *p)
return 0; return 0;
return AVPROBE_SCORE_MAX; return AVPROBE_SCORE_MAX - 1;
} }
static int flic_read_header(AVFormatContext *s) static int flic_read_header(AVFormatContext *s)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment