[FFmpeg-soc] [soc]: r5388 - in sbr-wip: . TODO aacsbr.c aacsbr.h aacsbrdata.h checkout.sh ffmpeg.diff

Robert Swain robert.swain at gmail.com
Sun Sep 27 16:10:08 CEST 2009


2009/9/27 Diego Biurrun <diego at biurrun.de>:
> On Sat, Sep 26, 2009 at 04:59:27PM +0200, superdump wrote:
>>
>> --- /dev/null 00:00:00 1970   (empty, because file is newly added)
>> +++ sbr-wip/aacsbr.c  Sat Sep 26 16:59:27 2009        (r5388)
>> @@ -0,0 +1,1509 @@
>> +
>> +int array_min_int(int *array, int nel)
>> +{
>> +}
>> +
>> +int qsort_compare(const int *a, const int *b)
>> +{
>> +}
>
> I think these two functions should be static, they appear to be unused
> outside of this file.

Done.

>> +static void apply_sbr()
>
> (void)

It will take arguments soon. It's just not exactly written yet.
Consider it a rough sketch.

Regards,
Rob


More information about the FFmpeg-soc mailing list