summaryrefslogtreecommitdiff
path: root/libavcodec/flicvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/flicvideo.c')
-rw-r--r--libavcodec/flicvideo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c
index caadbea190..27584cb23b 100644
--- a/libavcodec/flicvideo.c
+++ b/libavcodec/flicvideo.c
@@ -142,7 +142,6 @@ static av_cold int flic_decode_init(AVCodecContext *avctx)
}
avcodec_get_frame_defaults(&s->frame);
- s->frame.data[0] = NULL;
s->new_palette = 0;
return 0;