summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r--libavformat/asf.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c
index cf01e07326..e8b37d4268 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -129,12 +129,10 @@ const ff_asf_guid ff_asf_digital_signature = {
};
const AVMetadataConv ff_asf_metadata_conv[] = {
- { "AlbumArtist", "artist" },
+ { "AlbumArtist", "album_artist"},
{ "AlbumTitle" , "album" },
- { "Author" , "author" },
- { "Genre" , "genre" },
- { "Copyright" , "copyright" },
+ { "Author" , "artist" },
{ "TrackNumber", "track" },
- { "Year" , "year" },
+// { "Year" , "date" }, TODO: conversion year<->date
{ 0 }
};