diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-04-30 17:55:36 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-04-30 18:31:07 +0200 |
commit | fd6eba428e609baee53a56fede4b6f777315d6e0 (patch) | |
tree | c8f7d7cb7c0164b59c1adb7a9483b8620ba36131 /libavcodec/ffv1.c | |
parent | 5e1286a72f50deb3f9edac0785868e1aee86c53e (diff) | |
download | ffmpeg-fd6eba428e609baee53a56fede4b6f777315d6e0.tar.gz |
ffv1: 10l add forgotten avclass
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ffv1.c')
-rw-r--r-- | libavcodec/ffv1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index 05d1d539a8..1f79c29a85 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -165,6 +165,7 @@ typedef struct PlaneContext{ #define MAX_SLICES 256 typedef struct FFV1Context{ + AVClass *class; AVCodecContext *avctx; RangeCoder c; GetBitContext gb; |