ffmpeg | branch: master | Ganesh Ajjanagadde <gajjanaga...@gmail.com> | Fri Nov 27 13:21:48 2015 -0500| [8453095f3eb8a635719a85b04773a72b9763a672] | committer: Ganesh Ajjanagadde
avcodec/aac_tablegen: make exp2_lut static Suggested-by: Clément Bœsch <u...@pkh.me> Signed-off-by: Ganesh Ajjanagadde <gajjanaga...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8453095f3eb8a635719a85b04773a72b9763a672 --- libavcodec/aac_tablegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aac_tablegen.h b/libavcodec/aac_tablegen.h index 85e189d..e7d96d5 100644 --- a/libavcodec/aac_tablegen.h +++ b/libavcodec/aac_tablegen.h @@ -37,7 +37,7 @@ av_cold void ff_aac_tableinit(void) int i; /* 2^(i/16) for 0 <= i <= 15 */ - const float exp2_lut[] = { + static const float exp2_lut[] = { 1.00000000000000000000, 1.04427378242741384032, 1.09050773266525765921, _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog