Mercurial > libavformat.hg
changeset 5294:f16b8dab057b libavformat
Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment
keys are case-insensitive.
author | jbr |
---|---|
date | Sat, 17 Oct 2009 21:30:50 +0000 |
parents | f18f00a37c22 |
children | 08ec48911f20 |
files | oggparsevorbis.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/oggparsevorbis.c Sat Oct 17 20:37:58 2009 +0000 +++ b/oggparsevorbis.c Sat Oct 17 21:30:50 2009 +0000 @@ -37,11 +37,8 @@ */ const AVMetadataConv ff_vorbiscomment_metadata_conv[] = { { "ARTIST" , "author" }, - { "TITLE" , "title" }, - { "ALBUM" , "album" }, { "DATE" , "year" }, { "TRACKNUMBER", "track" }, - { "GENRE" , "genre" }, { 0 } };