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:
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 fe7130e8a3..62c47a6976 100644
--- a/libavformat/metadata.h
+++ b/libavformat/metadata.h
@@ -40,7 +40,7 @@ struct AVMetadataConv{
const char *generic;
};
-#if LIBAVFORMAT_VERSION_MAJOR < 53
+#if LAVF_API_OLD_METADATA
void ff_metadata_demux_compat(AVFormatContext *s);
void ff_metadata_mux_compat(AVFormatContext *s);
#endif