summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-23 16:08:42 -0300
committerJames Almer <jamrial@gmail.com>2017-10-23 16:08:42 -0300
commit6e69525e6984d51165de0b17b796bbc29f9dd6e7 (patch)
tree8d4ef5a51a72334fc548bfccdb5e24f480cf8a31 /libavcodec/version.h
parent7b550c5f84f21ce883e86bc91f16093641d5dc85 (diff)
parent302554835e39b79b977ed60c9afe81b44590dfef (diff)
downloadffmpeg-streaming-6e69525e6984d51165de0b17b796bbc29f9dd6e7.zip
ffmpeg-streaming-6e69525e6984d51165de0b17b796bbc29f9dd6e7.tar.gz
Merge commit '302554835e39b79b977ed60c9afe81b44590dfef'
* commit '302554835e39b79b977ed60c9afe81b44590dfef': lavc: Drop deprecated unused public members Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index df427fb..2835b5f 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -57,9 +57,6 @@
#ifndef FF_API_DEBUG_MV
#define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
-#ifndef FF_API_UNUSED_MEMBERS
-#define FF_API_UNUSED_MEMBERS (LIBAVCODEC_VERSION_MAJOR < 58)
-#endif
#ifndef FF_API_INPUT_PRESERVED
#define FF_API_INPUT_PRESERVED (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
OpenPOWER on IntegriCloud