mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-02 13:24:20 +08:00
j2k/jpeg2000 headers: Cblk/Prec cleanup & merge
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -167,8 +167,11 @@ typedef struct Jpeg2000Cblk {
|
||||
|
||||
typedef struct Jpeg2000Prec {
|
||||
uint16_t xi0, xi1, yi0, yi1; // codeblock indexes ([xi0, xi1))
|
||||
uint16_t nb_codeblocks_width;
|
||||
uint16_t nb_codeblocks_height;
|
||||
Jpeg2000TgtNode *zerobits;
|
||||
Jpeg2000TgtNode *cblkincl;
|
||||
Jpeg2000Cblk *cblk;
|
||||
} Jpeg2000Prec; // precinct
|
||||
|
||||
typedef struct Jpeg2000Band {
|
||||
|
||||
Reference in New Issue
Block a user