summaryrefslogtreecommitdiff
path: root/libavformat/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/metadata.h')
-rw-r--r--libavformat/metadata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/metadata.h b/libavformat/metadata.h
index 9ec2265a41..21724e9774 100644
--- a/libavformat/metadata.h
+++ b/libavformat/metadata.h
@@ -45,4 +45,7 @@ void ff_metadata_demux_compat(AVFormatContext *s);
void ff_metadata_mux_compat(AVFormatContext *s);
#endif
+void metadata_conv(AVMetadata **pm, const AVMetadataConv *d_conv,
+ const AVMetadataConv *s_conv);
+
#endif /* AVFORMAT_METADATA_H */