On Wed, Sep 2, 2015 at 1:56 PM, Luca Barbato <[email protected]> wrote:
> The condition is not a failure.
> ---
>  libavcodec/mpegvideo.c | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
> index ae6fb7e..c5e8040 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]);
>          }
>      }

probably ok
-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to