提交 1f171de8 编写于 作者: V Vittorio Giovara

mpegvideo_enc: Drop unnneded initialization

coded_frame is already initialized where needed.
上级 e93ca480
......@@ -722,8 +722,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
ff_pixblockdsp_init(&s->pdsp, avctx);
ff_qpeldsp_init(&s->qdsp);
s->avctx->coded_frame = s->current_picture.f;
if (s->msmpeg4_version) {
FF_ALLOCZ_OR_GOTO(s->avctx, s->ac_stats,
2 * 2 * (MAX_LEVEL + 1) *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册