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/kmvc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/kmvc.c') diff --git a/libavcodec/kmvc.c b/libavcodec/kmvc.c index a3389da1ad..6ac388f9a2 100644 --- a/libavcodec/kmvc.c +++ b/libavcodec/kmvc.c @@ -346,8 +346,6 @@ static av_cold int decode_init(AVCodecContext * avctx) c->avctx = avctx; - c->pic.data[0] = NULL; - if (avctx->width > 320 || avctx->height > 200) { av_log(avctx, AV_LOG_ERROR, "KMVC supports frames <= 320x200\n"); return -1; -- cgit v1.2.3