diff metadata.h @ 4617:f04bc8b70940 libavformat

add a metadata conversion API
author aurel
date Sat, 28 Feb 2009 23:34:16 +0000
parents 49c1d3b27727
children 6d530eb42996
line wrap: on
line diff
--- a/metadata.h	Sat Feb 28 19:34:50 2009 +0000
+++ b/metadata.h	Sat Feb 28 23:34:16 2009 +0000
@@ -35,6 +35,11 @@
     AVMetadataTag *elems;
 };
 
+struct AVMetadataConv{
+    const char *native;
+    const char *generic;
+};
+
 #if LIBAVFORMAT_VERSION_MAJOR < 53
 void ff_metadata_demux_compat(AVFormatContext *s);
 void ff_metadata_mux_compat(AVFormatContext *s);