From 5a1a9da8a7ae120f2543b8f2fa13dc8baac39f17 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 2 Sep 2015 13:55:47 +0200 Subject: mpegvideo: Drop a stray error message The condition is not a failure. --- libavcodec/mpegvideo.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/mpegvideo.c') diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index ae6fb7e9a5..c5e8040758 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -1068,9 +1068,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]); } } -- cgit v1.2.3