[FFmpeg-cvslog] r22741 - trunk/libavformat/asf.c
cehoyos
subversion
Wed Mar 31 11:22:32 CEST 2010
Author: cehoyos
Date: Wed Mar 31 11:22:31 2010
New Revision: 22741
Log:
Remove superfluous space from a conversion table.
Patch by Anton Khirnov, wyskas gmail
Modified:
trunk/libavformat/asf.c
Modified: trunk/libavformat/asf.c
==============================================================================
--- trunk/libavformat/asf.c Wed Mar 31 05:55:42 2010 (r22740)
+++ trunk/libavformat/asf.c Wed Mar 31 11:22:31 2010 (r22741)
@@ -135,7 +135,7 @@ const ff_asf_guid ff_asf_digital_signatu
/* 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" },
More information about the ffmpeg-cvslog
mailing list