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: increase tile part limit to 32
Fixes Ticket4629 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.8
Michael Niedermayer
10 years ago
parent
eb85060b84
commit
fefe04259a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/jpeg2000dec.c
+ 1
- 1
libavcodec/jpeg2000dec.c
View File
@@ -60,7 +60,7 @@ typedef struct Jpeg2000Tile {
uint8_t properties[4];
Jpeg2000CodingStyle codsty[4];
Jpeg2000QuantStyle qntsty[4];
Jpeg2000TilePart tile_part[
6
];
Jpeg2000TilePart tile_part[
32
];
uint16_t tp_idx; // Tile-part index
} Jpeg2000Tile;
Write
Preview
Loading…
Cancel
Save