diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-10-27 11:35:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-10-31 20:23:42 +0100 |
commit | 0300962b76644f145b773439989a5cdf1667e162 (patch) | |
tree | a8bf667342cd77a0452a67eae1237ca8374c2001 /libavcodec/version.h | |
parent | f8b2bcd2adab65658ffd45f9f13b032af6600bf8 (diff) | |
download | ffmpeg-0300962b76644f145b773439989a5cdf1667e162.tar.gz |
lavc: schedule FF_BUG_AC_VLC for removal on the next major bump.
It has been deprecated/unused for about 10 years.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index aaa61cc02b..0e2ae6f05d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -79,5 +79,8 @@ #ifndef FF_API_DEBUG_MV #define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 56) #endif +#ifndef FF_API_AC_VLC +#define FF_API_AC_VLC (LIBAVCODEC_VERSION_MAJOR < 56) +#endif #endif /* AVCODEC_VERSION_H */ |