1
0
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:
Michael Niedermayer 2013-05-26 18:52:47 +02:00
parent df3e6e5e22
commit 6e16321d66

View File

@ -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;