[FFmpeg-cvslog] r20267 - trunk/libavformat/oggparsevorbis.c
jbr
subversion
Sat Oct 17 23:30:50 CEST 2009
Author: jbr
Date: Sat Oct 17 23:30:50 2009
New Revision: 20267
Log:
Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment
keys are case-insensitive.
Modified:
trunk/libavformat/oggparsevorbis.c
Modified: trunk/libavformat/oggparsevorbis.c
==============================================================================
--- trunk/libavformat/oggparsevorbis.c Sat Oct 17 23:00:39 2009 (r20266)
+++ trunk/libavformat/oggparsevorbis.c Sat Oct 17 23:30:50 2009 (r20267)
@@ -37,11 +37,8 @@
*/
const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
{ "ARTIST" , "author" },
- { "TITLE" , "title" },
- { "ALBUM" , "album" },
{ "DATE" , "year" },
{ "TRACKNUMBER", "track" },
- { "GENRE" , "genre" },
{ 0 }
};
More information about the ffmpeg-cvslog
mailing list