On Fri, Nov 27, 2015 at 12:40:27PM +0100, Ganesh Ajjanagadde wrote: [...] > diff --git a/libavcodec/aac_tablegen.h b/libavcodec/aac_tablegen.h > index 8b223f9..85e189d 100644 > --- a/libavcodec/aac_tablegen.h > +++ b/libavcodec/aac_tablegen.h > @@ -35,9 +35,46 @@ float ff_aac_pow34sf_tab[428]; > av_cold void ff_aac_tableinit(void) > { > int i; > + > + /* 2^(i/16) for 0 <= i <= 15 */ > + const float exp2_lut[] = {
sorry to notice only now; maybe add a static? -- Clément B.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog