summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-30 17:55:36 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-30 18:31:07 +0200
commitfd6eba428e609baee53a56fede4b6f777315d6e0 (patch)
treec8f7d7cb7c0164b59c1adb7a9483b8620ba36131 /libavcodec/ffv1.c
parent5e1286a72f50deb3f9edac0785868e1aee86c53e (diff)
ffv1: 10l add forgotten avclass
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ffv1.c')
-rw-r--r--libavcodec/ffv1.c1
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;