1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

View File

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