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:
Justin Ruggles 2009-10-17 21:30:50 +00:00
parent fde82ca7e4
commit 961057decd
1 changed files with 0 additions and 3 deletions

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 }
};