summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-03-23 16:43:55 +0100
committerAnton Khirnov <anton@khirnov.net>2022-05-11 10:37:26 +0200
commit80162194728e3da3262db8d1bdc9f39e6cde9e51 (patch)
tree53312089ab1c36fcaf434fbb741c37f4811d949b /libavcodec/avcodec.c
parent28b8b41e5acecdb0c2e5f7a3b69c14706548aa0a (diff)
downloadffmpeg-80162194728e3da3262db8d1bdc9f39e6cde9e51.tar.gz
lavc: drop a confusing message about "thread emulation"
There is no such thing.
Diffstat (limited to 'libavcodec/avcodec.c')
-rw-r--r--libavcodec/avcodec.c3
1 files changed, 0 insertions, 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)