aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version_major.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-01-09 11:06:53 -0300
committerAnton Khirnov <anton@khirnov.net>2023-02-09 15:24:16 +0100
commit0b3152779d99712d8c54add32bad1703f0087178 (patch)
treecb5e2f73b4b2bb3d4cfc4f62c913c648396fc59a /libavcodec/version_major.h
parente0786a8eeb9e7c8feb057e83f284491f0a87e463 (diff)
downloadffmpeg-0b3152779d99712d8c54add32bad1703f0087178.tar.gz
avcodec: remove FF_API_DEBUG_MV
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 852f4a9cab..f0e347c482 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_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)
#define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 60)