changeset 5296:01e09790f4e6 libavcodec

remove useless LclDecContext.avctx field
author mru
date Thu, 12 Jul 2007 22:55:34 +0000
parents f244b88bb905
children fc46b3f5de1a
files lcldec.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lcldec.c	Thu Jul 12 22:46:13 2007 +0000
+++ b/lcldec.c	Thu Jul 12 22:55:34 2007 +0000
@@ -53,8 +53,6 @@
  * Decoder context
  */
 typedef struct LclDecContext {
-
-        AVCodecContext *avctx;
         AVFrame pic;
 
     // Image type
@@ -524,8 +522,6 @@
     unsigned int max_decomp_size;
     int zret; // Zlib return code
 
-    c->avctx = avctx;
-
     c->pic.data[0] = NULL;
 
 #ifdef CONFIG_ZLIB