diff options
author | James Almer <jamrial@gmail.com> | 2017-10-21 23:16:13 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-21 23:16:13 -0300 |
commit | 43befa68263be9db116997226e5147d88aba008d (patch) | |
tree | 70494f4334e049bf2c6b8a296379bbd74b4ad0ec /libavcodec/version.h | |
parent | 8f483108b503fa03ed5e956e25df4cb899171df5 (diff) | |
download | ffmpeg-43befa68263be9db116997226e5147d88aba008d.tar.gz |
avcodec: Drop deprecated audio convert API
Deprecated in 10/2013.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index acbc61d757..1431d94d76 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -54,9 +54,6 @@ #ifndef FF_API_VIMA_DECODER #define FF_API_VIMA_DECODER (LIBAVCODEC_VERSION_MAJOR < 58) #endif -#ifndef FF_API_AUDIO_CONVERT -#define FF_API_AUDIO_CONVERT (LIBAVCODEC_VERSION_MAJOR < 58) -#endif #ifndef FF_API_LOWRES #define FF_API_LOWRES (LIBAVCODEC_VERSION_MAJOR < 59) #endif |