[FFmpeg-cvslog] avcodec: remove FF_API_AUTO_THREADS
James Almer
git at videolan.org
Thu Feb 9 16:37:37 EET 2023
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Jan 9 11:09:09 2023 -0300| [10c9a0874cb361336237557391d306d26d43f137] | committer: Anton Khirnov
avcodec: remove FF_API_AUTO_THREADS
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10c9a0874cb361336237557391d306d26d43f137
---
libavcodec/codec.h | 3 ---
libavcodec/version_major.h | 1 -
2 files changed, 4 deletions(-)
diff --git a/libavcodec/codec.h b/libavcodec/codec.h
index 336a785e18..e1ebb0943e 100644
--- a/libavcodec/codec.h
+++ b/libavcodec/codec.h
@@ -125,9 +125,6 @@
* multithreading-capable external libraries.
*/
#define AV_CODEC_CAP_OTHER_THREADS (1 << 15)
-#if FF_API_AUTO_THREADS
-#define AV_CODEC_CAP_AUTO_THREADS AV_CODEC_CAP_OTHER_THREADS
-#endif
/**
* Audio encoder supports receiving a different number of samples in each call.
*/
diff --git a/libavcodec/version_major.h b/libavcodec/version_major.h
index d65fe867df..84560bcaba 100644
--- a/libavcodec/version_major.h
+++ b/libavcodec/version_major.h
@@ -37,7 +37,6 @@
* at once through the bump. This improves the git bisect-ability of the change.
*/
-#define FF_API_AUTO_THREADS (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_AVCTX_TIMEBASE (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_FLAG_TRUNCATED (LIBAVCODEC_VERSION_MAJOR < 60)
More information about the ffmpeg-cvslog
mailing list