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

Diego Biurrun diego at biurrun.de
Sun Sep 27 15:52:27 CEST 2009


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.

> +static void apply_sbr()

(void)

Diego


More information about the FFmpeg-soc mailing list