diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 21:13:44 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 21:15:58 +0200 |
commit | 24e3bac52a2b9a32627418c3be3a12d0f01d935a (patch) | |
tree | 64be0c243e617386b37367deccf9aa6f4db9dcbd /libavcodec/version.h | |
parent | 76cac7ed45fbb67edfb8c296798b6b83466d66f7 (diff) | |
download | ffmpeg-24e3bac52a2b9a32627418c3be3a12d0f01d935a.tar.gz |
avcodec: remove deprecated codec id aliases
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 6d3e3c5af6..51f5b98806 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_CODEC_ID -#define FF_API_CODEC_ID (LIBAVCODEC_VERSION_MAJOR < 57) -#endif #ifndef FF_API_AUDIO_CONVERT #define FF_API_AUDIO_CONVERT (LIBAVCODEC_VERSION_MAJOR < 57) #endif |