2009/9/27 Diego Biurrun <[email protected]>: > 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 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
