mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Lots of little fixes for doing MSVC compiling codecs in windows (#6022)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9450 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user