mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
j2kdec: add AVClass
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
df3e6e5e22
commit
6e16321d66
@ -48,6 +48,7 @@ typedef struct Jpeg2000Tile {
|
|||||||
} Jpeg2000Tile;
|
} Jpeg2000Tile;
|
||||||
|
|
||||||
typedef struct Jpeg2000DecoderContext {
|
typedef struct Jpeg2000DecoderContext {
|
||||||
|
AVClass *class;
|
||||||
AVCodecContext *avctx;
|
AVCodecContext *avctx;
|
||||||
AVFrame *picture;
|
AVFrame *picture;
|
||||||
GetByteContext g;
|
GetByteContext g;
|
||||||
|
Loading…
Reference in New Issue
Block a user