[FFmpeg-devel] [PATCH] Function to parse Dirac sequence header

David Conrad lessen42
Mon Jan 11 01:36:39 CET 2010


On Jan 5, 2010, at 5:15 AM, Diego Biurrun wrote:

> On Mon, Jan 04, 2010 at 07:09:18PM -0500, David Conrad wrote:
>> 
>> Attached is the latest version of the patch that also exports
>> colorspace metadata if you want to review it, I'll apply it in a few
>> days after the needed enums are added.
>> 
>> --- /dev/null
>> +++ b/libavcodec/dirac.c
>> @@ -0,0 +1,299 @@
>> +
>> +static const dirac_source_params dirac_source_parameters_defaults[] =
>> +{
>> +
>> +static const AVRational dirac_preset_aspect_ratios[] =
>> +{
>> +
>> +static const AVRational dirac_frame_rate[] =
>> +{
> 
> The { should be on the same line, compare..

Whoops, fixed and applied with ogg support



More information about the ffmpeg-devel mailing list