Skip to content
Snippets Groups Projects
Commit ebccac06 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

remove useless LclDecContext.avctx field

Originally committed as revision 9615 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bff82552
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,6 @@ ...@@ -53,8 +53,6 @@
* Decoder context * Decoder context
*/ */
typedef struct LclDecContext { typedef struct LclDecContext {
AVCodecContext *avctx;
AVFrame pic; AVFrame pic;
// Image type // Image type
...@@ -524,8 +522,6 @@ static int decode_init(AVCodecContext *avctx) ...@@ -524,8 +522,6 @@ static int decode_init(AVCodecContext *avctx)
unsigned int max_decomp_size; unsigned int max_decomp_size;
int zret; // Zlib return code int zret; // Zlib return code
c->avctx = avctx;
c->pic.data[0] = NULL; c->pic.data[0] = NULL;
#ifdef CONFIG_ZLIB #ifdef CONFIG_ZLIB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment