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;
|
||||
|
||||
typedef struct Jpeg2000DecoderContext {
|
||||
AVClass *class;
|
||||
AVCodecContext *avctx;
|
||||
AVFrame *picture;
|
||||
GetByteContext g;
|
||||
|
Loading…
Reference in New Issue
Block a user