diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-02 13:34:12 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-03 08:43:11 +0200 |
commit | 4e3945fd2875c497d25f49a3c35cd6cf6577259e (patch) | |
tree | 7d60d30d8833c13f859474fc9f3b576a4940b116 /libavcodec/version.h | |
parent | 4a49d2d59cce5d10b8ac40ca0185ccf1f8deb99c (diff) | |
download | ffmpeg-4e3945fd2875c497d25f49a3c35cd6cf6577259e.tar.gz |
lavc: deprecate AVCodecContext.antialias_algo
It's been unused since mp3float decoder was added.
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 a0e19754a7..b93e7534bb 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -80,5 +80,8 @@ #ifndef FF_API_MB_Q #define FF_API_MB_Q (LIBAVCODEC_VERSION_MAJOR < 53) #endif +#ifndef FF_API_ANTIALIAS_ALGO +#define FF_API_ANTIALIAS_ALGO (LIBAVCODEC_VERSION_MAJOR < 54) +#endif #endif /* AVCODEC_VERSION_H */ |