ffv1: 10l add forgotten avclass

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-04-30 17:55:36 +02:00
parent 5e1286a72f
commit fd6eba428e
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ typedef struct PlaneContext{
#define MAX_SLICES 256
typedef struct FFV1Context{
AVClass *class;
AVCodecContext *avctx;
RangeCoder c;
GetBitContext gb;