mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
asf: indent.
Patch from Anton Khirnov wyskas gmail com Originally committed as revision 22050 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9b54f4328e
commit
a5517dcc9a
@ -130,8 +130,8 @@ 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/AlbumArtist" , "album_artist"},
|
||||
{ "WM/AlbumTitle" , "album " },
|
||||
{ "Author" , "artist" },
|
||||
{ "Description" , "comment" },
|
||||
{ "WM/Composer" , "composer" },
|
||||
@ -143,7 +143,7 @@ const AVMetadataConv ff_asf_metadata_conv[] = {
|
||||
{ "WM/PartOfSet" , "disc" },
|
||||
{ "WM/Publisher" , "publisher" },
|
||||
{ "WM/Tool" , "encoder" },
|
||||
{ "WM/TrackNumber", "track" },
|
||||
{ "WM/TrackNumber" , "track" },
|
||||
{ "WM/Track" , "track" },
|
||||
// { "Year" , "date" }, TODO: conversion year<->date
|
||||
{ 0 }
|
||||
|
Loading…
Reference in New Issue
Block a user