Don't add WM prefixes to all written ASF tags.

Patch by Anton Khirnov <wyskas gmail com>.

Originally committed as revision 22033 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Anton Khirnov
2010-02-24 18:17:32 +00:00
committed by Ronald S. Bultje
parent 855a1ba5e8
commit a106d4112d
2 changed files with 4 additions and 7 deletions
+3 -3
View File
@@ -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 }
};