# HG changeset patch # User cehoyos # Date 1270027351 0 # Node ID 8866437e389ae9c521c2d6835be50484cbd1d62a # Parent 536e5527c1e0c7e7a14ec38ed23cf53c6c2d0e36 Remove superfluous space from a conversion table. Patch by Anton Khirnov, wyskas gmail diff -r 536e5527c1e0 -r 8866437e389a asf.c --- a/asf.c Tue Mar 30 23:30:55 2010 +0000 +++ b/asf.c Wed Mar 31 09:22:31 2010 +0000 @@ -135,7 +135,7 @@ /* List of official tags at http://msdn.microsoft.com/en-us/library/dd743066(VS.85).aspx */ const AVMetadataConv ff_asf_metadata_conv[] = { { "WM/AlbumArtist" , "album_artist"}, - { "WM/AlbumTitle" , "album " }, + { "WM/AlbumTitle" , "album" }, { "Author" , "artist" }, { "Description" , "comment" }, { "WM/Composer" , "composer" },