[FFmpeg-devel] [PATCH][RFC] add a list of generic tag names
Justin Ruggles
justin.ruggles
Sun Oct 18 19:33:37 CEST 2009
Justin Ruggles wrote:
> Aurelien Jacobs wrote:
>
>> On Sat, Sep 26, 2009 at 12:25:27AM +0200, Anton Khirnov wrote:
>>> diff --git a/libavformat/oggparsevorbis.c b/libavformat/oggparsevorbis.c
>>> index afc3fcb..ea090d5 100644
>>> --- a/libavformat/oggparsevorbis.c
>>> +++ b/libavformat/oggparsevorbis.c
>>> @@ -39,7 +39,7 @@ const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
>>> { "ARTIST" , "author" },
>>> { "TITLE" , "title" },
>>> { "ALBUM" , "album" },
>>> - { "DATE" , "year" },
>>> + { "DATE" , "date" },
>>> { "TRACKNUMBER", "track" },
>> OK.
>
> This is not needed. VorbisComment keys are case-insensitive.
I should clarify. The line should just be removed.
-Justin
More information about the ffmpeg-devel
mailing list