Commit 43c481e5 authored by Jean First's avatar Jean First Committed by Michael Niedermayer

tiffenc: Add forgotten avclass to context.

parent 0bc5d4fd
......@@ -44,6 +44,7 @@ static const uint8_t type_sizes2[6] = {
};
typedef struct TiffEncoderContext {
AVClass *avclass;
AVCodecContext *avctx;
AVFrame picture;
......
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