From 6139f481ac9feb1bee4e7d04789fb15d7f24ebbf Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 9 Nov 2013 10:14:46 +0100 Subject: asvenc: use the AVFrame API properly. --- libavcodec/asv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/asv.h') diff --git a/libavcodec/asv.h b/libavcodec/asv.h index 228bd18186..3e56857d22 100644 --- a/libavcodec/asv.h +++ b/libavcodec/asv.h @@ -38,7 +38,6 @@ typedef struct ASV1Context{ AVCodecContext *avctx; DSPContext dsp; - AVFrame picture; PutBitContext pb; GetBitContext gb; ScanTable scantable; -- cgit v1.2.3