aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version_major.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-01-20 10:35:23 -0300
committerJames Almer <jamrial@gmail.com>2024-03-07 08:53:30 -0300
commit5b23b18d40ead8606c92d967279b3f43c94d8a60 (patch)
tree8bc31a2b5d5240390d991a76f0be707a34794c30 /libavcodec/version_major.h
parent98e1eebef98ed316b7fb58f288ddcbd49216ce79 (diff)
downloadffmpeg-5b23b18d40ead8606c92d967279b3f43c94d8a60.tar.gz
avcodec: remove deprecated FF_CODEC_CRYSTAL_HD
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version_major.h')
-rw-r--r--libavcodec/version_major.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version_major.h b/libavcodec/version_major.h
index bd81b80bc9..89bad7ee6c 100644
--- a/libavcodec/version_major.h
+++ b/libavcodec/version_major.h
@@ -47,7 +47,4 @@
#define FF_API_AVCODEC_CLOSE (LIBAVCODEC_VERSION_MAJOR < 62)
#define FF_API_BUFFER_MIN_SIZE (LIBAVCODEC_VERSION_MAJOR < 62)
-// reminder to remove CrystalHD decoders on next major bump
-#define FF_CODEC_CRYSTAL_HD (LIBAVCODEC_VERSION_MAJOR < 61)
-
#endif /* AVCODEC_VERSION_MAJOR_H */