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/img2dec: Skip DQT segment when auto-detecting jpg.
DQT segments may contain 0xFFs which break auto-detection.
tags/n3.2
Carl Eugen Hoyos
9 years ago
parent
cef5bc0e6e
commit
91842005fe
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/img2dec.c
+ 1
- 0
libavformat/img2dec.c
View File
@@ -726,6 +726,7 @@ static int jpeg_probe(AVProbeData *p)
return 0;
return 0;
state = EOI;
state = EOI;
break;
break;
case DQT:
case APP0:
case APP0:
case APP1:
case APP1:
case APP2:
case APP2:
Write
Preview
Loading…
Cancel
Save