From d6bb52acdcde23fa4e4094a30f4a38dcab123e0d Mon Sep 17 00:00:00 2001 From: Ivo van Poorten Date: Wed, 26 Dec 2007 16:24:49 +0000 Subject: remove useless assignment Originally committed as revision 11319 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/txd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/txd.c') diff --git a/libavcodec/txd.c b/libavcodec/txd.c index 9c60b4c03f..fd0d7ae93a 100644 --- a/libavcodec/txd.c +++ b/libavcodec/txd.c @@ -33,7 +33,6 @@ static int txd_init(AVCodecContext *avctx) { avcodec_get_frame_defaults(&s->picture); avctx->coded_frame = &s->picture; - s->picture.data[0] = NULL; return 0; } -- cgit v1.2.3