Commit 5b665669 authored by cehoyos's avatar cehoyos

Remove superfluous space from a conversion table.

Patch by Anton Khirnov, wyskas gmail 


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22741 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4eabecdd
...@@ -135,7 +135,7 @@ const ff_asf_guid ff_asf_digital_signature = { ...@@ -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 */ /* List of official tags at http://msdn.microsoft.com/en-us/library/dd743066(VS.85).aspx */
const AVMetadataConv ff_asf_metadata_conv[] = { const AVMetadataConv ff_asf_metadata_conv[] = {
{ "WM/AlbumArtist" , "album_artist"}, { "WM/AlbumArtist" , "album_artist"},
{ "WM/AlbumTitle" , "album " }, { "WM/AlbumTitle" , "album" },
{ "Author" , "artist" }, { "Author" , "artist" },
{ "Description" , "comment" }, { "Description" , "comment" },
{ "WM/Composer" , "composer" }, { "WM/Composer" , "composer" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment