mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +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[] = {
|
||||
{ "ARTIST" , "author" },
|
||||
{ "TITLE" , "title" },
|
||||
{ "ALBUM" , "album" },
|
||||
{ "DATE" , "year" },
|
||||
{ "TRACKNUMBER", "track" },
|
||||
{ "GENRE" , "genre" },
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user