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/avcodec.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/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 5a69c24ea0..56d48a44b1 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1475,12 +1475,12 @@ typedef struct AVCodecContext { #define FF_ER_CAREFUL 1 #define FF_ER_COMPLIANT 2 #define FF_ER_AGGRESSIVE 3 -#if FF_API_VERY_AGGRESSIVE +#if FF_API_ER #define FF_ER_VERY_AGGRESSIVE 4 #define FF_ER_EXPLODE 5 #else #define FF_ER_EXPLODE 4 -#endif /* FF_API_VERY_AGGRESSIVE */ +#endif /* FF_API_ER */ /** * Called at the beginning of each frame to get a buffer for it. |