diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-16 16:03:38 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-23 10:09:17 +0100 |
commit | 94eed68ace9f2416af8457fcbf142b175928c06b (patch) | |
tree | 6c4c97060df6dcb4128c959bb3b4b281bc85feb7 /libavcodec/version.h | |
parent | c43a96fe16e6a6ea091e64ca271f0788f4a0bea9 (diff) | |
download | ffmpeg-94eed68ace9f2416af8457fcbf142b175928c06b.tar.gz |
lavc: Drop deprecated options moved to private contexts
Deprecated in 10/2014 and 07/2015.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index f53bdb5ccc..e79701ecaa 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -47,24 +47,12 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_MPV_OPT -#define FF_API_MPV_OPT (LIBAVCODEC_VERSION_MAJOR < 58) -#endif #ifndef FF_API_STREAM_CODEC_TAG #define FF_API_STREAM_CODEC_TAG (LIBAVCODEC_VERSION_MAJOR < 58) #endif -#ifndef FF_API_QUANT_BIAS -#define FF_API_QUANT_BIAS (LIBAVCODEC_VERSION_MAJOR < 58) -#endif -#ifndef FF_API_RC_STRATEGY -#define FF_API_RC_STRATEGY (LIBAVCODEC_VERSION_MAJOR < 58) -#endif #ifndef FF_API_CODED_FRAME #define FF_API_CODED_FRAME (LIBAVCODEC_VERSION_MAJOR < 58) #endif -#ifndef FF_API_MOTION_EST -#define FF_API_MOTION_EST (LIBAVCODEC_VERSION_MAJOR < 58) -#endif #ifndef FF_API_SIDEDATA_ONLY_PKT #define FF_API_SIDEDATA_ONLY_PKT (LIBAVCODEC_VERSION_MAJOR < 59) #endif |