projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add some basic metadata conversion tables for matroska and asf.
[ffmpeg.git]
/
libavformat
/
matroska.c
diff --git
a/libavformat/matroska.c
b/libavformat/matroska.c
index
f967f3e
..
482a155
100644
(file)
--- a/
libavformat/matroska.c
+++ b/
libavformat/matroska.c
@@
-88,3
+88,10
@@
const CodecMime ff_mkv_mime_tags[] = {
{"" , CODEC_ID_NONE}
};
+
+const AVMetadataConv ff_mkv_metadata_conv[] = {
+ { "ARTIST" , "artist" },
+ { "LEAD_PERFORMER", "artist" },
+ { "PART_NUMBER" , "track" },
+ { 0 }
+};