You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 22:24:04 +02:00
lavf/swfdec: Reduce score when auto-detecting swf files.
Not more than 32bit are tested.
This commit is contained in:
@ -95,7 +95,7 @@ static int swf_probe(AVProbeData *p)
|
||||
if (p->buf[3] >= 20 || xmax < 16 || ymax < 16)
|
||||
return AVPROBE_SCORE_MAX / 4;
|
||||
|
||||
return AVPROBE_SCORE_MAX;
|
||||
return AVPROBE_SCORE_EXTENSION + 1;
|
||||
}
|
||||
|
||||
#if CONFIG_ZLIB
|
||||
|
Reference in New Issue
Block a user