aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/lpc10/voicin.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/lpc10/voicin.c')
-rw-r--r--codecs/lpc10/voicin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/lpc10/voicin.c b/codecs/lpc10/voicin.c
index 45bb5d0d3..02e4d409c 100644
--- a/codecs/lpc10/voicin.c
+++ b/codecs/lpc10/voicin.c
@@ -778,7 +778,7 @@ d*/
/* NOTE: The divisor is a function of REF, the expected energies. */
/* Computing MIN */
/* Computing MAX */
- r__2 = sqrt((real) (*lbue * *lbve)) * 64 / 3000;
+ r__2 = (real)(sqrt((real) (*lbue * *lbve)) * 64 / 3000);
r__1 = max(r__2,1.f);
*dither = min(r__1,20.f);
/* Voicing decisions are returned in VOIBUF. */