Browse Source

ffv1: 10l add forgotten avclass

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
fd6eba428e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/ffv1.c

+ 1
- 0
libavcodec/ffv1.c View File

@@ -165,6 +165,7 @@ typedef struct PlaneContext{
#define MAX_SLICES 256

typedef struct FFV1Context{
AVClass *class;
AVCodecContext *avctx;
RangeCoder c;
GetBitContext gb;


Loading…
Cancel
Save