Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-23 09:38:52 +0300
committerAnton Khirnov <anton@khirnov.net>2011-04-13 15:50:17 +0400
commit451d566f4b51bd4d371d7125fe458bcac3869a77 (patch)
tree81cfa08e5c8e473922d509d219271e8cdd354e22 /libavformat/version.h
parentc77673271280267cc6fb77acdfb189c578df058e (diff)
lavf: postpone removal of public metadata conversion API
It's been deprecated only a few months ago, long after 0.6.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 887901bc1e..03b90c1208 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -47,6 +47,9 @@
#ifndef FF_API_OLD_METADATA
#define FF_API_OLD_METADATA (LIBAVFORMAT_VERSION_MAJOR < 53)
#endif
+#ifndef FF_API_OLD_METADATA2
+#define FF_API_OLD_METADATA2 (LIBAVFORMAT_VERSION_MAJOR < 54)
+#endif
#ifndef FF_API_URL_CLASS
#define FF_API_URL_CLASS (LIBAVFORMAT_VERSION_MAJOR >= 53)
#endif