From 1c86db80a94a00e02716831268461ee7f490f157 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Fri, 24 Apr 2009 14:09:24 +0000 Subject: Remove useless assignment during initialization for some decoders Originally committed as revision 18680 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/qpeg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/qpeg.c') diff --git a/libavcodec/qpeg.c b/libavcodec/qpeg.c index 64ab74b2b2..20f166329d 100644 --- a/libavcodec/qpeg.c +++ b/libavcodec/qpeg.c @@ -291,7 +291,6 @@ static av_cold int decode_init(AVCodecContext *avctx){ a->avctx = avctx; avctx->pix_fmt= PIX_FMT_PAL8; - a->pic.data[0] = NULL; a->refdata = av_malloc(avctx->width * avctx->height); return 0; -- cgit v1.2.3