diff options
author | Jean First <jeanfirst@gmail.com> | 2011-09-23 23:39:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-23 23:39:26 +0200 |
commit | 43c481e56929789883f5b078e0e86d50fcc0025e (patch) | |
tree | df52dfbed4fcc1886d7a61fcbde91d4d98310f60 | |
parent | 0bc5d4fd8bbb63be172978e888834a88a1e64fb0 (diff) | |
download | ffmpeg-43c481e56929789883f5b078e0e86d50fcc0025e.tar.gz |
tiffenc: Add forgotten avclass to context.
-rw-r--r-- | libavcodec/tiffenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tiffenc.c b/libavcodec/tiffenc.c index eaa777a003..647a5897b8 100644 --- a/libavcodec/tiffenc.c +++ b/libavcodec/tiffenc.c @@ -44,6 +44,7 @@ static const uint8_t type_sizes2[6] = { }; typedef struct TiffEncoderContext { + AVClass *avclass; AVCodecContext *avctx; AVFrame picture; |