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
release/0.6
Justin Ruggles 15 years ago
parent fde82ca7e4
commit 961057decd
  1. 3
      libavformat/oggparsevorbis.c

@ -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…
Cancel
Save