summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-11-14 15:16:01 +0100
committerAnton Khirnov <anton@khirnov.net>2015-01-27 09:14:39 +0100
commite44b58924fe7b180bf8b0c277c15d1a58210a0e9 (patch)
tree8a5f1e4668aa76616c0ca805eb5b02e21d657a1c /libavcodec/version.h
parentf771b3ab5d3c0b763ee356152be550f4121babd0 (diff)
lavc: deprecate unused AVCodecContext.stream_codec_tag
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 8c7d97498f..20904f1549 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -162,5 +162,8 @@
#ifndef FF_API_MPV_OPT
#define FF_API_MPV_OPT (LIBAVCODEC_VERSION_MAJOR < 59)
#endif
+#ifndef FF_API_STREAM_CODEC_TAG
+#define FF_API_STREAM_CODEC_TAG (LIBAVCODEC_VERSION_MAJOR < 59)
+#endif
#endif /* AVCODEC_VERSION_H */