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;
typedef struct Jpeg2000DecoderContext {
AVClass *class;
AVCodecContext *avctx;
AVFrame *picture;
GetByteContext g;