[FFmpeg-cvslog] lavc: drop a confusing message about "thread emulation"

Anton Khirnov git at videolan.org
Wed May 11 11:38:17 EEST 2022


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Mar 23 16:43:55 2022 +0100| [80162194728e3da3262db8d1bdc9f39e6cde9e51] | committer: Anton Khirnov

lavc: drop a confusing message about "thread emulation"

There is no such thing.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80162194728e3da3262db8d1bdc9f39e6cde9e51
---

 libavcodec/avcodec.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/avcodec.c b/libavcodec/avcodec.c
index 9fc5e001f9..e8fff48e5d 100644
--- a/libavcodec/avcodec.c
+++ b/libavcodec/avcodec.c
@@ -284,9 +284,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
     if (ret < 0)
         goto free_and_end;
 
-    if (!HAVE_THREADS)
-        av_log(avctx, AV_LOG_WARNING, "Warning: not compiled with thread support, using thread emulation\n");
-
     if (CONFIG_FRAME_THREAD_ENCODER && av_codec_is_encoder(avctx->codec)) {
         ret = ff_frame_thread_encoder_init(avctx);
         if (ret < 0)



More information about the ffmpeg-cvslog mailing list