From 451d566f4b51bd4d371d7125fe458bcac3869a77 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 23 Feb 2011 07:38:52 +0100 Subject: lavf: postpone removal of public metadata conversion API It's been deprecated only a few months ago, long after 0.6. --- libavformat/metadata.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/metadata.c') 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) { -- cgit v1.2.3