From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/asv.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ffmpeg/libavcodec/asv.h') diff --git a/ffmpeg/libavcodec/asv.h b/ffmpeg/libavcodec/asv.h index ca67c67..ce3c73a 100644 --- a/ffmpeg/libavcodec/asv.h +++ b/ffmpeg/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