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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/metadata.h b/libavformat/metadata.h
index a906df47c3..9ec2265a41 100644
--- a/libavformat/metadata.h
+++ b/libavformat/metadata.h
@@ -35,6 +35,11 @@ struct AVMetadata{
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);