Commit fd6eba42 authored by Michael Niedermayer's avatar Michael Niedermayer

ffv1: 10l add forgotten avclass

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5e1286a7
......@@ -165,6 +165,7 @@ typedef struct PlaneContext{
#define MAX_SLICES 256
typedef struct FFV1Context{
AVClass *class;
AVCodecContext *avctx;
RangeCoder c;
GetBitContext gb;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment