From 4a2ef39442bf7f0150db07a1fbfcf8286e4d44a3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 23 Jul 2013 23:48:45 +0200 Subject: cosmetics: Add '0' to float constants ending in '.'. --- libavcodec/aac_tablegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aac_tablegen.h') diff --git a/libavcodec/aac_tablegen.h b/libavcodec/aac_tablegen.h index a45de9a67e..8a05ec5973 100644 --- a/libavcodec/aac_tablegen.h +++ b/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