summaryrefslogtreecommitdiff
path: root/libavformat/metadata.c
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.c
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.c')
-rw-r--r--libavformat/metadata.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/metadata.c b/libavformat/metadata.c
index 9ecc0a9191..36a9342882 100644
--- a/libavformat/metadata.c
+++ b/libavformat/metadata.c
@@ -91,7 +91,9 @@ int av_metadata_set(AVMetadata **pm, const char *key, const char *value)
{
return av_metadata_set2(pm, key, value, 0);
}
+#endif
+#if FF_API_OLD_METADATA2
void av_metadata_conv(AVFormatContext *ctx, const AVMetadataConv *d_conv,
const AVMetadataConv *s_conv)
{