tiffenc: Add forgotten avclass to context.

This commit is contained in:
Jean First 2011-09-23 23:39:26 +02:00 committed by Michael Niedermayer
parent 0bc5d4fd8b
commit 43c481e569
1 changed files with 1 additions and 0 deletions

View File

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