summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2010-03-31 09:22:31 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-03-31 09:22:31 +0000
commit8166c498df7e4d28e0018266572e7ba5c3ce7f63 (patch)
tree1acab344fd504e1083341d3038c02b28685388d6 /libavformat/asf.c
parent7a5c850be9b2716e1cf0edb187f1b2d0f48585b8 (diff)
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
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r--libavformat/asf.c2
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" },