Commit 1789e46d authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '5a1a9da8'

* commit '5a1a9da8':
  mpegvideo: Drop a stray error message
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents d02d2082 5a1a9da8
......@@ -1201,9 +1201,6 @@ int ff_mpv_frame_start(MpegEncContext *s, AVCodecContext *avctx)
if (&s->picture[i] != s->last_picture_ptr &&
&s->picture[i] != s->next_picture_ptr &&
s->picture[i].reference && !s->picture[i].needs_realloc) {
if (!(avctx->active_thread_type & FF_THREAD_FRAME))
av_log(avctx, AV_LOG_ERROR,
"releasing zombie picture\n");
ff_mpeg_unref_picture(s->avctx, &s->picture[i]);
}
}
......
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