diff --git a/libavcodec/gif.c b/libavcodec/gif.c
index 7a5e287c57d586e1471a20374ae0f0351f0a60e6..388f9b27182539e1e347b2b44423ed0ada1b1b99 100644
--- a/libavcodec/gif.c
+++ b/libavcodec/gif.c
@@ -217,7 +217,6 @@ static av_cold int gif_encode_init(AVCodecContext *avctx)
         return AVERROR(EINVAL);
     }
 
-    avctx->coded_frame = &s->picture;
     s->lzw = av_mallocz(ff_lzw_encode_state_size);
     s->buf = av_malloc(avctx->width*avctx->height*2);
     s->tmpl = av_malloc(avctx->width);