Commit 3bec6a44 authored by Paul B Mahol's avatar Paul B Mahol

zmbvenc: do not set avctx->coded_frame

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent ec4e042f
...@@ -312,8 +312,6 @@ static av_cold int encode_init(AVCodecContext *avctx) ...@@ -312,8 +312,6 @@ static av_cold int encode_init(AVCodecContext *avctx)
return -1; return -1;
} }
avctx->coded_frame = &c->pic;
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment