summaryrefslogtreecommitdiff
path: root/libavcodec/txd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/txd.c')
-rw-r--r--libavcodec/txd.c1
1 files changed, 0 insertions, 1 deletions
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;
}