diff options
author | Dustin Brody <libav@parsoma.net> | 2011-10-13 03:26:27 -0400 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-14 09:00:04 +0200 |
commit | ac90a714594e93ef0f851b244b6c0237aec8c56e (patch) | |
tree | e4583e84a469cf2aa8434e6e0900b20452a39a0f /libavcodec/version.h | |
parent | a62d36697d3cefc705736d21fcaede425147b5f0 (diff) | |
download | ffmpeg-ac90a714594e93ef0f851b244b6c0237aec8c56e.tar.gz |
lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 5657511d80..ee647bed56 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -77,8 +77,8 @@ #ifndef FF_API_DRC_SCALE #define FF_API_DRC_SCALE (LIBAVCODEC_VERSION_MAJOR < 54) #endif -#ifndef FF_API_VERY_AGGRESSIVE -#define FF_API_VERY_AGGRESSIVE (LIBAVCODEC_VERSION_MAJOR < 54) +#ifndef FF_API_ER +#define FF_API_ER (LIBAVCODEC_VERSION_MAJOR < 54) #endif #ifndef FF_API_AVCODEC_INIT #define FF_API_AVCODEC_INIT (LIBAVCODEC_VERSION_MAJOR < 54) |