diff asf.c @ 5714:081abaf38c51 libavformat

Don't add WM prefixes to all written ASF tags. Patch by Anton Khirnov <wyskas gmail com>.
author rbultje
date Wed, 24 Feb 2010 18:17:32 +0000
parents 27fd77f20a89
children 0dcb8b662232
line wrap: on
line diff
--- a/asf.c	Wed Feb 24 18:09:49 2010 +0000
+++ b/asf.c	Wed Feb 24 18:17:32 2010 +0000
@@ -129,10 +129,10 @@
 };
 
 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 }
 };