This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavf/swfdec: Reduce score when auto-detecting swf files.
Not more than 32bit are tested.
tags/n4.0
Carl Eugen Hoyos
7 years ago
parent
07a96b6251
commit
7652af9df0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/swfdec.c
+ 1
- 1
libavformat/swfdec.c
View File
@@ -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
Write
Preview
Loading…
Cancel
Save