提交 e6ab8623 编写于 作者: K Kostya Shishkov

ZMBV encoder forgot to fill coded frame pointer

Originally committed as revision 15359 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 4d6a1161
......@@ -300,6 +300,8 @@ static av_cold int encode_init(AVCodecContext *avctx)
return -1;
}
avctx->coded_frame = (AVFrame*)&c->pic;
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册