---
 libavcodec/framethread.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libavcodec/framethread.c b/libavcodec/framethread.c
index a4bbad4..9aefe84 100644
--- a/libavcodec/framethread.c
+++ b/libavcodec/framethread.c
@@ -188,8 +188,6 @@ void ff_report_decode_progress(AVFrame *f, int n)
 
     if (*progress >= n) return;
 
-    if (!USE_FRAME_THREADING(f->avctx)) {*progress = n; return;}
-
     pthread_mutex_lock(&p->progress_mutex);
     *progress = n;
     pthread_cond_broadcast(&p->progress_cond);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to