Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/tiff.c')
-rw-r--r--libavcodec/tiff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index 78051933c9..2768590423 100644
--- a/libavcodec/tiff.c
+++ b/libavcodec/tiff.c
@@ -512,7 +512,6 @@ static av_cold int tiff_init(AVCodecContext *avctx){
s->avctx = avctx;
avcodec_get_frame_defaults((AVFrame*)&s->picture);
avctx->coded_frame= (AVFrame*)&s->picture;
- s->picture.data[0] = NULL;
ff_lzw_decode_open(&s->lzw);
ff_ccitt_unpack_init();