mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
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
This commit is contained in:
parent
7a5c850be9
commit
8166c498df
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue