diff vcr1.c @ 1419:a7a9df478e46 libavcodec

removed unused variable
author bellard
date Sun, 24 Aug 2003 22:28:41 +0000
parents c93d893f6d2b
children 932d306bf1dc
line wrap: on
line diff
--- a/vcr1.c	Sun Aug 24 22:21:06 2003 +0000
+++ b/vcr1.c	Sun Aug 24 22:28:41 2003 +0000
@@ -150,9 +150,6 @@
 }
 
 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 encode_init(AVCodecContext *avctx){
-    VCR1Context * const a = avctx->priv_data;
-    int i;
  
     common_init(avctx);
     
@@ -171,7 +166,6 @@
 }
 
 static int decode_end(AVCodecContext *avctx){
-    VCR1Context * const a = avctx->priv_data;
 
     avcodec_default_free_buffers(avctx);