diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-16 16:21:54 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-03-23 10:09:17 +0100 |
commit | 0648dec19db83bc8c87814d195e32cbad5698a40 (patch) | |
tree | 00ec5acdead35b54f6a58f126a8e6b20e67fb0a0 /libavcodec/version.h | |
parent | 94eed68ace9f2416af8457fcbf142b175928c06b (diff) | |
download | ffmpeg-0648dec19db83bc8c87814d195e32cbad5698a40.tar.gz |
lavc: Drop deprecated stream codec tag
Deprecated in 07/2015.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index e79701ecaa..4fb0a97a27 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -47,11 +47,8 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_STREAM_CODEC_TAG -#define FF_API_STREAM_CODEC_TAG (LIBAVCODEC_VERSION_MAJOR < 58) -#endif #ifndef FF_API_CODED_FRAME -#define FF_API_CODED_FRAME (LIBAVCODEC_VERSION_MAJOR < 58) +#define FF_API_CODED_FRAME (LIBAVCODEC_VERSION_MAJOR < 59) #endif #ifndef FF_API_SIDEDATA_ONLY_PKT #define FF_API_SIDEDATA_ONLY_PKT (LIBAVCODEC_VERSION_MAJOR < 59) |