[FFmpeg-devel] [PATCH] AAC: Simple ADTS support

Robert Swain robert.swain
Wed Jan 7 20:32:07 CET 2009


2009/1/7 Diego Biurrun <diego at biurrun.de>:
> On Tue, Jan 06, 2009 at 05:43:35PM -0500, Alex Converse wrote:
>>
>> --- /dev/null
>> +++ b/libavcodec/aac_parser.h
>> @@ -0,0 +1,52 @@
>> +/*
>> + * AAC parser prototypes
>> + * Copyright (c) 2003 Fabrice Bellard.
>> + * Copyright (c) 2003 Michael Niedermayer.
>
> nit: Drop the silly periods.
>
>> +#include "aac_ac3_parser.h"
>> +#include "bitstream.h"
>
> Add stdint.h, you are using uint_*.

I've addressed these and some cosmetic issues to sate myself.

Regards,
Rob




More information about the ffmpeg-devel mailing list