diff --git a/libavcodec/zmbvenc.c b/libavcodec/zmbvenc.c index fb782a408c..d15c138e83 100644 --- a/libavcodec/zmbvenc.c +++ b/libavcodec/zmbvenc.c @@ -312,8 +312,6 @@ static av_cold int encode_init(AVCodecContext *avctx) return -1; } - avctx->coded_frame = &c->pic; - return 0; }