From 802f454e5bf2657c3b95c364b474625539a29cd4 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sun, 24 Aug 2003 22:28:41 +0000 Subject: removed unused variable Originally committed as revision 2162 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vcr1.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavcodec/vcr1.c') diff --git a/libavcodec/vcr1.c b/libavcodec/vcr1.c index 18e250dd6b..4905c703f1 100644 --- a/libavcodec/vcr1.c +++ b/libavcodec/vcr1.c @@ -150,9 +150,6 @@ static void common_init(AVCodecContext *avctx){ } static int decode_init(AVCodecContext *avctx){ - VCR1Context * const a = avctx->priv_data; - AVFrame *p= (AVFrame*)&a->picture; - int i; common_init(avctx); @@ -162,8 +159,6 @@ static int decode_init(AVCodecContext *avctx){ } static int encode_init(AVCodecContext *avctx){ - VCR1Context * const a = avctx->priv_data; - int i; common_init(avctx); @@ -171,7 +166,6 @@ static int encode_init(AVCodecContext *avctx){ } static int decode_end(AVCodecContext *avctx){ - VCR1Context * const a = avctx->priv_data; avcodec_default_free_buffers(avctx); -- cgit v1.2.3