Browse code

Remove superfluous space from a conversion table.

Patch by Anton Khirnov, wyskas gmail

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

Anton Khirnov authored on 2010/03/31 18:22:31
Showing 1 changed files
... ...
@@ -135,7 +135,7 @@ const ff_asf_guid ff_asf_digital_signature = {
135 135
 /* List of official tags at http://msdn.microsoft.com/en-us/library/dd743066(VS.85).aspx */
136 136
 const AVMetadataConv ff_asf_metadata_conv[] = {
137 137
     { "WM/AlbumArtist"     , "album_artist"},
138
-    { "WM/AlbumTitle"      , "album  "     },
138
+    { "WM/AlbumTitle"      , "album"       },
139 139
     { "Author"             , "artist"      },
140 140
     { "Description"        , "comment"     },
141 141
     { "WM/Composer"        , "composer"    },