mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
ffv1: 10l add forgotten avclass
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5e1286a72f
commit
fd6eba428e
@ -165,6 +165,7 @@ typedef struct PlaneContext{
|
||||
#define MAX_SLICES 256
|
||||
|
||||
typedef struct FFV1Context{
|
||||
AVClass *class;
|
||||
AVCodecContext *avctx;
|
||||
RangeCoder c;
|
||||
GetBitContext gb;
|
||||
|
Loading…
Reference in New Issue
Block a user