summaryrefslogtreecommitdiff
path: root/libavcodec/version_major.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-01-09 10:39:16 -0300
committerAnton Khirnov <anton@khirnov.net>2023-02-09 15:24:15 +0100
commit86806347d853b1b4297f5bf6ff6996d35afac5fc (patch)
treece5e19540438809da262e4c1e399808f5c81eb58 /libavcodec/version_major.h
parentcb7de655899f8a18d2361942a309a425d4486895 (diff)
avcodec: remove FF_API_OPENH264_CABAC
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 535d10e7ec..06e82facbc 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_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)
#define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 60)