Commit 875ddb4d authored by jbr's avatar jbr

Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment

keys are case-insensitive.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20267 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b2722340
......@@ -37,11 +37,8 @@
*/
const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
{ "ARTIST" , "author" },
{ "TITLE" , "title" },
{ "ALBUM" , "album" },
{ "DATE" , "year" },
{ "TRACKNUMBER", "track" },
{ "GENRE" , "genre" },
{ 0 }
};
......
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