From 8166c498df7e4d28e0018266572e7ba5c3ce7f63 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 31 Mar 2010 09:22:31 +0000 Subject: 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 --- libavformat/asf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/asf.c') 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" }, -- cgit v1.2.3