summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ffv1.h')
-rw-r--r--libavcodec/ffv1.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h
index 02c3afa86e..23633c9f9f 100644
--- a/libavcodec/ffv1.h
+++ b/libavcodec/ffv1.h
@@ -89,8 +89,9 @@ typedef struct FFV1Context {
int transparency;
int flags;
int picture_number;
- AVFrame picture;
- AVFrame last_picture;
+ AVFrame picture, last_picture;
+
+ AVFrame *cur;
int plane_count;
int ac; ///< 1=range coder <-> 0=golomb rice
int ac_byte_count; ///< number of bytes used for AC coding