summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r--libavformat/asf.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c
index b6908bad93..bca212b140 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -111,3 +111,15 @@ const GUID ff_asf_metadata_header = {
const GUID ff_asf_my_guid = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
};
+
+
+const AVMetadataConv ff_asf_metadata_conv[] = {
+ { "AlbumArtist", "artist" },
+ { "AlbumTitle" , "album" },
+ { "Author" , "author" },
+ { "Genre" , "genre" },
+ { "Copyright" , "copyright" },
+ { "TrackNumber", "track" },
+ { "Year" , "year" },
+ { 0 }
+};