summaryrefslogtreecommitdiff
path: root/libavformat/metadata.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-23 07:38:52 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-13 13:50:17 +0200
commit451d566f4b51bd4d371d7125fe458bcac3869a77 (patch)
tree81cfa08e5c8e473922d509d219271e8cdd354e22 /libavformat/metadata.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/metadata.h')
-rw-r--r--libavformat/metadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/metadata.h b/libavformat/metadata.h
index 0d2f1ab4a6..43eace8e39 100644
--- a/libavformat/metadata.h
+++ b/libavformat/metadata.h
@@ -39,7 +39,7 @@ struct AVMetadataConv{
const char *native;
const char *generic;
};
-#if !FF_API_OLD_METADATA
+#if !FF_API_OLD_METADATA2
typedef struct AVMetadataConv AVMetadataConv;
#endif