remove useless LclDecContext.avctx field
authorMåns Rullgård <mans@mansr.com>
Thu, 12 Jul 2007 22:55:34 +0000 (22:55 +0000)
committerMåns Rullgård <mans@mansr.com>
Thu, 12 Jul 2007 22:55:34 +0000 (22:55 +0000)
Originally committed as revision 9615 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/lcldec.c

index 7e144eb..4f37a0b 100644 (file)
@@ -53,8 +53,6 @@
  * Decoder context
  */
 typedef struct LclDecContext {
-
-        AVCodecContext *avctx;
         AVFrame pic;
 
     // Image type
@@ -524,8 +522,6 @@ static int decode_init(AVCodecContext *avctx)
     unsigned int max_decomp_size;
     int zret; // Zlib return code
 
-    c->avctx = avctx;
-
     c->pic.data[0] = NULL;
 
 #ifdef CONFIG_ZLIB