From 759001c534287a96dc96d1e274665feb7059145d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 21 Nov 2012 21:34:46 +0100 Subject: lavc decoders: work with refcounted frames. --- libavcodec/ffv1.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/ffv1.h') diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index 4752cea..43c9607 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -80,6 +80,8 @@ typedef struct FFV1Context { int flags; int picture_number; 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 -- cgit v1.1