diff options
author | James Almer <jamrial@gmail.com> | 2017-10-21 23:13:44 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-21 23:15:19 -0300 |
commit | 8f483108b503fa03ed5e956e25df4cb899171df5 (patch) | |
tree | 5d10a5812d26d222def88f7bed424192cd4d292c /libavcodec/version.h | |
parent | 24a8603a8e0f946e18940119c88d5f77134297ed (diff) | |
download | ffmpeg-8f483108b503fa03ed5e956e25df4cb899171df5.tar.gz |
avcodec: Drop deprecated audio resample API
Deprecated in 03/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 cd2ca5f1a2..acbc61d757 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -57,9 +57,6 @@ #ifndef FF_API_AUDIO_CONVERT #define FF_API_AUDIO_CONVERT (LIBAVCODEC_VERSION_MAJOR < 58) #endif -#ifndef FF_API_AVCODEC_RESAMPLE -#define FF_API_AVCODEC_RESAMPLE FF_API_AUDIO_CONVERT -#endif #ifndef FF_API_LOWRES #define FF_API_LOWRES (LIBAVCODEC_VERSION_MAJOR < 59) #endif |