mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
tiffenc: Add forgotten avclass to context.
This commit is contained in:
parent
0bc5d4fd8b
commit
43c481e569
@ -44,6 +44,7 @@ static const uint8_t type_sizes2[6] = {
|
||||
};
|
||||
|
||||
typedef struct TiffEncoderContext {
|
||||
AVClass *avclass;
|
||||
AVCodecContext *avctx;
|
||||
AVFrame picture;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user