[FFmpeg-devel] [PATCH] Parse bext metadata in wav (BWF)

Justin Ruggles justin.ruggles
Wed Mar 2 18:31:57 CET 2011


On 03/02/2011 11:52 AM, Benjamin Larsson wrote:

> On 03/02/2011 04:14 PM, Tomas H?rdin wrote:
>> Hi
>>
>> The following patch set makes the wav demuxer parse the bext tag used in
>> the Broadcast Wave Format (BWF). Doing so requires reworking the wav
>> demuxer a bit, since it stops parsing the file once the data tag has
>> been found. I have a sample where said tag is in the footer.
>>
>> In short, it'll parse the entire file if the file is seekable. If it's
>> non-seekable then only the header is parsed. Any tags encountered are
>> handled by the same switch statement, so tags before the fmt tag won't
>> get ignored.
>>
>> I have no idea how to git-send-mail work on Windows, so mailing all
>> patches might take a minute or two.
>>
>> /Tomas
> 
> Looks ok.


Patch set looks good to me too.

-Justin



More information about the ffmpeg-devel mailing list