From 961057decdeea079c81f71d934d0bfe10734116c Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 17 Oct 2009 21:30:50 +0000 Subject: 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 --- libavformat/oggparsevorbis.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/oggparsevorbis.c') diff --git a/libavformat/oggparsevorbis.c b/libavformat/oggparsevorbis.c index 1ef7365f4a..fd23cb06b9 100644 --- a/libavformat/oggparsevorbis.c +++ b/libavformat/oggparsevorbis.c @@ -37,11 +37,8 @@ */ const AVMetadataConv ff_vorbiscomment_metadata_conv[] = { { "ARTIST" , "author" }, - { "TITLE" , "title" }, - { "ALBUM" , "album" }, { "DATE" , "year" }, { "TRACKNUMBER", "track" }, - { "GENRE" , "genre" }, { 0 } }; -- cgit v1.2.3