[FFmpeg-cvslog] avcodec/aac_tablegen: make exp2_lut static

Ganesh Ajjanagadde git at videolan.org
Fri Nov 27 19:24:29 CET 2015


ffmpeg | branch: master | Ganesh Ajjanagadde <gajjanagadde at 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 at pkh.me>
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde at 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,



More information about the ffmpeg-cvslog mailing list