You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
tiffenc: Add forgotten avclass to context.
This commit is contained in:
committed by
Michael Niedermayer
parent
0bc5d4fd8b
commit
43c481e569
@@ -44,6 +44,7 @@ static const uint8_t type_sizes2[6] = {
|
||||
};
|
||||
|
||||
typedef struct TiffEncoderContext {
|
||||
AVClass *avclass;
|
||||
AVCodecContext *avctx;
|
||||
AVFrame picture;
|
||||
|
||||
|
Reference in New Issue
Block a user