OSDN Git Service

Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 17 Oct 2009 21:30:50 +0000 (21:30 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 17 Oct 2009 21:30:50 +0000 (21:30 +0000)
keys are case-insensitive.

Originally committed as revision 20267 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/oggparsevorbis.c

index 1ef7365..fd23cb0 100644 (file)
  */
 const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
     { "ARTIST"     , "author" },
-    { "TITLE"      , "title"  },
-    { "ALBUM"      , "album"  },
     { "DATE"       , "year"   },
     { "TRACKNUMBER", "track"  },
-    { "GENRE"      , "genre"  },
     { 0 }
 };