1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

remove useless LclDecContext.avctx field

Originally committed as revision 9615 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2007-07-12 22:55:34 +00:00
parent bff825528e
commit ebccac06ff

View 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