diff options
author | James Almer <jamrial@gmail.com> | 2023-01-23 19:05:02 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-09 15:24:16 +0100 |
commit | e0786a8eeb9e7c8feb057e83f284491f0a87e463 (patch) | |
tree | cfaa0daf5762ab3ccfb8e6c109e970adb32a9436 /libavcodec/version_major.h | |
parent | 2f9cd8861797df5b4d2e36143dfa8268b65cfd38 (diff) | |
download | ffmpeg-e0786a8eeb9e7c8feb057e83f284491f0a87e463.tar.gz |
avcodec: remove FF_API_THREAD_SAFE_CALLBACKS
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/version_major.h')
-rw-r--r-- | libavcodec/version_major.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/version_major.h b/libavcodec/version_major.h index 269b1f4eaa..852f4a9cab 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_THREAD_SAFE_CALLBACKS (LIBAVCODEC_VERSION_MAJOR < 60) #define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 60) #define FF_API_GET_FRAME_CLASS (LIBAVCODEC_VERSION_MAJOR < 60) #define FF_API_AUTO_THREADS (LIBAVCODEC_VERSION_MAJOR < 60) |