[FFmpeg-devel] [PATCH 6/6] Parse 'bext' metadata in the wav demuxer

Anssi Hannula anssi.hannula
Tue Mar 8 17:30:49 CET 2011


On 08.03.2011 14:19, Tomas H?rdin wrote:
> Ronald S. Bultje skrev 2011-03-07 18:22:
>> On Fri, Mar 4, 2011 at 3:26 AM, Tomas
>> H?rdin<tomas.hardin at codemill.se>  wrote:
>>> +    PARSE_BEXT_STRING("description", 256);
>>> +    PARSE_BEXT_STRING("originator", 32);
>>> +    PARSE_BEXT_STRING("originator_reference", 32);
>>> +    PARSE_BEXT_STRING("origination_date", 10);
>>> +    PARSE_BEXT_STRING("origination_time", 8);
>>
>> Don't we have standard keys for stuff like date/time already? What is
>> originator? Description is a standard key, right?
> 
> Good question. I can't find something like a canonical list of keys in
> doc/. The closest things I could find were doc/muxers.texi and
> libavformat/metadata_compat.c

libavformat/avformat.h

-- 
Anssi Hannula



More information about the ffmpeg-devel mailing list