[FFmpeg-devel] [PATCH 5/5] ADTS to AudioSpecificConfig bitstream filter

Alex Converse alex.converse
Wed May 13 07:51:32 CEST 2009


On Wed, May 13, 2009 at 1:33 AM, Diego Biurrun <diego at biurrun.de> wrote:
> On Wed, May 13, 2009 at 01:26:19AM -0400, Alex Converse wrote:
>> --- /dev/null
>> +++ b/libavcodec/aac_adtstoasc_bsf.c
>> @@ -0,0 +1,123 @@
>> +/*
>> + * copyright (c) 2009 Alex Converse <alex.converse at gmail.com>
>
> Add a short description please.
>

fixed

>> +#include "avcodec.h"
>> +#include "libavcodec/aac_parser.h"
>> +#include "libavcodec/put_bits.h"
>> +#include "libavcodec/get_bits.h"
>> +#include "libavcodec/aac_copypce.h"
>> +#include "libavcodec/internal.h"
>
> pointless prefixes
>

fixed

>> + ? ?if (avctx->extradata) {
>> + ? ? ? ?if (!show_bits(&gb, 12) == 0xfff)
>> + ? ? ? ? ? ?return 0;
>> + ? ?}
>
> pointless {}
>

fixed

[...]

--Alex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-ADTS-to-AudioSpecificConfig-bitstream-filter.patch
Type: text/x-patch
Size: 5734 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090513/35e6dee6/attachment.bin>



More information about the ffmpeg-devel mailing list