tiffenc: Add forgotten avclass to context.

(cherry picked from commit 43c481e569)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Jean First
2011-09-23 23:39:26 +02:00
committed by Michael Niedermayer
parent 03e7314dd8
commit 92566cf6ee

View File

@@ -42,6 +42,7 @@ static const uint8_t type_sizes2[6] = {
};
typedef struct TiffEncoderContext {
AVClass *avclass;
AVCodecContext *avctx;
AVFrame picture;