Remove superfluous space from a conversion table.
authorAnton Khirnov <wyskas@gmail.com>
Wed, 31 Mar 2010 09:22:31 +0000 (09:22 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Wed, 31 Mar 2010 09:22:31 +0000 (09:22 +0000)
Patch by Anton Khirnov, wyskas gmail

Originally committed as revision 22741 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/asf.c

index ea577cb..e25ac03 100644 (file)
@@ -135,7 +135,7 @@ const ff_asf_guid ff_asf_digital_signature = {
 /* 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"    },