From d6bb52acdcde23fa4e4094a30f4a38dcab123e0d Mon Sep 17 00:00:00 2001
From: Ivo van Poorten <ivop@euronet.nl>
Date: Wed, 26 Dec 2007 16:24:49 +0000
Subject: [PATCH] remove useless assignment

Originally committed as revision 11319 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/txd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/txd.c b/libavcodec/txd.c
index 9c60b4c03fe..fd0d7ae93ae 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;
 }
-- 
GitLab