diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 21:07:25 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 21:15:54 +0200 |
commit | 2c8ee2547ef10bc95a7fe5ceaef1c42802b1e2af (patch) | |
tree | 1873acfbf4b09a78ea37862086d53b147b3b8f47 /libavcodec/version.h | |
parent | c956cb2c02563ca87c7feec532c1c63a6385fccf (diff) | |
download | ffmpeg-2c8ee2547ef10bc95a7fe5ceaef1c42802b1e2af.tar.gz |
avcodec: remove deprecated old audio decode API
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 b7b502a939..454ddcd30b 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -55,9 +55,6 @@ #ifndef FF_API_VIMA_DECODER #define FF_API_VIMA_DECODER (LIBAVCODEC_VERSION_MAJOR < 57) #endif -#ifndef FF_API_OLD_DECODE_AUDIO -#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 57) -#endif #ifndef FF_API_OLD_ENCODE_AUDIO #define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 57) #endif |