mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment
keys are case-insensitive. Originally committed as revision 20267 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fde82ca7e4
commit
961057decd
@ -37,11 +37,8 @@
|
|||||||
*/
|
*/
|
||||||
const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
|
const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
|
||||||
{ "ARTIST" , "author" },
|
{ "ARTIST" , "author" },
|
||||||
{ "TITLE" , "title" },
|
|
||||||
{ "ALBUM" , "album" },
|
|
||||||
{ "DATE" , "year" },
|
{ "DATE" , "year" },
|
||||||
{ "TRACKNUMBER", "track" },
|
{ "TRACKNUMBER", "track" },
|
||||||
{ "GENRE" , "genre" },
|
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user