summaryrefslogtreecommitdiff
path: root/libavformat/oggparsevorbis.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2009-10-17 21:30:50 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2009-10-17 21:30:50 +0000
commit961057decdeea079c81f71d934d0bfe10734116c (patch)
tree4369cc9892baf9c1326bb6015184655ee2320836 /libavformat/oggparsevorbis.c
parentfde82ca7e4e72226da99d86a9fa9689136461d14 (diff)
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
Diffstat (limited to 'libavformat/oggparsevorbis.c')
-rw-r--r--libavformat/oggparsevorbis.c3
1 files changed, 0 insertions, 3 deletions
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 }
};