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/avcodec.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/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fb8ca4b0cd..c91df59163 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2256,7 +2256,9 @@ typedef struct AVCodecContext { #define FF_BUG_UMP4 8 #define FF_BUG_NO_PADDING 16 #define FF_BUG_AMV 32 +#if FF_API_AC_VLC #define FF_BUG_AC_VLC 0 ///< Will be removed, libavcodec can now handle these non-compliant files by default. +#endif #define FF_BUG_QPEL_CHROMA 64 #define FF_BUG_STD_QPEL 128 #define FF_BUG_QPEL_CHROMA2 256 |