]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo.c
avcodec/libx264: use AV_OPT_TYPE_BOOL for fastfirstpass option
[ffmpeg] / libavcodec / mpegvideo.c
index f28f7e886bcf79eceb5bd4b83d7cd9b8ebeaa10a..eacebc26606baa1697089d6928280a3b5fdb3d99 100644 (file)
@@ -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]);
         }
     }