Commit 16b68bd2 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '1f171de8'

* commit '1f171de8':
  mpegvideo_enc: Drop unnneded initialization
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents 264ba3d8 1f171de8
......@@ -857,8 +857,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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment