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