diff options
author | Anton Khirnov <wyskas@gmail.com> | 2010-03-31 09:22:31 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-03-31 09:22:31 +0000 |
commit | 8166c498df7e4d28e0018266572e7ba5c3ce7f63 (patch) | |
tree | 1acab344fd504e1083341d3038c02b28685388d6 | |
parent | 7a5c850be9b2716e1cf0edb187f1b2d0f48585b8 (diff) | |
download | ffmpeg-8166c498df7e4d28e0018266572e7ba5c3ce7f63.tar.gz |
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
-rw-r--r-- | libavformat/asf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c index ea577cbbd7..e25ac030aa 100644 --- a/libavformat/asf.c +++ b/libavformat/asf.c @@ -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" }, |