From 085398614ad0326d48eb8bfe402e0f4044bf0230 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 4 Oct 2017 19:09:39 +0200 Subject: Enable compilation warnings, and switch toolame-dab to using double --- libtoolame-dab/psycho_3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtoolame-dab/psycho_3.c') diff --git a/libtoolame-dab/psycho_3.c b/libtoolame-dab/psycho_3.c index 3dbd462..c623b7f 100644 --- a/libtoolame-dab/psycho_3.c +++ b/libtoolame-dab/psycho_3.c @@ -454,7 +454,7 @@ void psycho_3_init(options *glopts) { by 1.0 of a bark, start a new critical band. */ numlines = (int *)calloc(HBLKSIZE, sizeof(int)); - cbval = (float *)calloc(HBLKSIZE, sizeof(float)); + cbval = (FLOAT*)calloc(HBLKSIZE, sizeof(FLOAT)); cbandindex[0] = 1; for (i=1;i 1.0) { /* 1 critical band? 1 bark? */ -- cgit v1.2.3