Commit 3ac3edf6 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'cehoyos/master'

* cehoyos/master:
  Reduce probing score for flic animation files.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents c7c71f95 86ea021b
......@@ -80,7 +80,7 @@ static int flic_probe(AVProbeData *p)
return 0;
return AVPROBE_SCORE_MAX;
return AVPROBE_SCORE_MAX - 1;
}
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