summaryrefslogtreecommitdiff
path: root/libavcodec/version_major.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-01-09 10:38:43 -0300
committerAnton Khirnov <anton@khirnov.net>2023-02-09 15:24:15 +0100
commitcb7de655899f8a18d2361942a309a425d4486895 (patch)
treed41941577807ec4598eaec6c9dfee110a20e1fd1 /libavcodec/version_major.h
parentf843460eb790d37e444e5946628f228421916537 (diff)
downloadffmpeg-cb7de655899f8a18d2361942a309a425d4486895.tar.gz
avcodec: remove FF_API_OPENH264_SLICE_MODE
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version_major.h')
-rw-r--r--libavcodec/version_major.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/version_major.h b/libavcodec/version_major.h
index f38566f62c..535d10e7ec 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_OPENH264_SLICE_MODE (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_OPENH264_CABAC (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_UNUSED_CODEC_CAPS (LIBAVCODEC_VERSION_MAJOR < 60)
#define FF_API_THREAD_SAFE_CALLBACKS (LIBAVCODEC_VERSION_MAJOR < 60)