diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-16 15:51:56 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-23 10:09:16 +0100 |
commit | 5182a28b5de060c51c21b36053ab205bfbbbbe31 (patch) | |
tree | 950e53bc4db743aae2481e855300e16b571196ea /libavcodec/version.h | |
parent | 4476027d93680cd88d2f75ef1cef5b0c276a8704 (diff) | |
download | ffmpeg-5182a28b5de060c51c21b36053ab205bfbbbbe31.tar.gz |
lavc: Drop deprecated global afd field
Deprecated in 08/2014.
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 99aa9bf8cc..45c2dbd560 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -47,9 +47,6 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_AFD -#define FF_API_AFD (LIBAVCODEC_VERSION_MAJOR < 58) -#endif #ifndef FF_API_AUDIOENC_DELAY #define FF_API_AUDIOENC_DELAY (LIBAVCODEC_VERSION_MAJOR < 58) #endif |