Mercurial > libavformat.hg
changeset 5911:8866437e389a libavformat
Remove superfluous space from a conversion table.
Patch by Anton Khirnov, wyskas gmail
author | cehoyos |
---|---|
date | Wed, 31 Mar 2010 09:22:31 +0000 |
parents | 536e5527c1e0 |
children | 10f577d87c71 |
files | asf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/asf.c Tue Mar 30 23:30:55 2010 +0000 +++ b/asf.c Wed Mar 31 09:22:31 2010 +0000 @@ -135,7 +135,7 @@ /* 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" },