From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/aac_tablegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg/libavcodec/aac_tablegen.h') diff --git a/ffmpeg/libavcodec/aac_tablegen.h b/ffmpeg/libavcodec/aac_tablegen.h index 2b080ba..1c19a15 100644 --- a/ffmpeg/libavcodec/aac_tablegen.h +++ b/ffmpeg/libavcodec/aac_tablegen.h @@ -35,7 +35,7 @@ void ff_aac_tableinit(void) { int i; for (i = 0; i < 428; i++) - ff_aac_pow2sf_tab[i] = pow(2, (i - POW_SF2_ZERO) / 4.); + ff_aac_pow2sf_tab[i] = pow(2, (i - POW_SF2_ZERO) / 4.0); } #endif /* CONFIG_HARDCODED_TABLES */ -- cgit v1.2.3