[FFmpeg-devel] [PATCH] asf: remove extra space in the conv table.
Anton Khirnov
wyskas
Wed Mar 31 07:36:01 CEST 2010
---
libavformat/asf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/asf.c b/libavformat/asf.c
index ea577cb..e25ac03 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" },
--
1.7.0
More information about the ffmpeg-devel
mailing list