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
avcodec/jpeg2000dec: Skip SOP
Fixes Ticket4625 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.8
Michael Niedermayer
10 years ago
parent
4bfdd967a6
commit
a58f1bcc4c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavcodec/jpeg2000dec.c
+ 3
- 0
libavcodec/jpeg2000dec.c
View File
@@ -812,6 +812,9 @@ static int jpeg2000_decode_packet(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile,
}
}
if (bytestream2_peek_be32(&s->g) == 0xFF910004)
bytestream2_skip(&s->g, 6);
if (!(ret = get_bits(s, 1))) {
jpeg2000_flush(s);
return 0;
Write
Preview
Loading…
Cancel
Save