Browse Source

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
tags/v0.6
Justin Ruggles 15 years ago
parent
commit
961057decd
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavformat/oggparsevorbis.c

+ 0
- 3
libavformat/oggparsevorbis.c View File

@@ -37,11 +37,8 @@
*/
const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
{ "ARTIST" , "author" },
{ "TITLE" , "title" },
{ "ALBUM" , "album" },
{ "DATE" , "year" },
{ "TRACKNUMBER", "track" },
{ "GENRE" , "genre" },
{ 0 }
};



Loading…
Cancel
Save