mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 01:49:40 +00:00
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: Reduce probing score for flic animation files. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
3ac3edf63b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user