Commit 6e16321d authored by Michael Niedermayer's avatar Michael Niedermayer

j2kdec: add AVClass

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent df3e6e5e
......@@ -48,6 +48,7 @@ typedef struct Jpeg2000Tile {
} Jpeg2000Tile;
typedef struct Jpeg2000DecoderContext {
AVClass *class;
AVCodecContext *avctx;
AVFrame *picture;
GetByteContext g;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment