diff options
| author | 2014-04-07 06:04:18 +0000 | |
|---|---|---|
| committer | 2014-04-07 06:04:18 +0000 | |
| commit | fec65e0b5766ade69e086d1c5b859d97494fce56 (patch) | |
| tree | c22b07938e9ad590184f1276bc2bead6d888a78d /src/lib/libflac/libFLAC/float.c | |
| parent | 30d94e51c53f30187a1bc565ef33e4744319790e (diff) | |
Cleanups and version bumpmame0153
Diffstat (limited to 'src/lib/libflac/libFLAC/float.c')
| -rw-r--r-- | src/lib/libflac/libFLAC/float.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libflac/libFLAC/float.c b/src/lib/libflac/libFLAC/float.c index 60fa7e8371a..046fb1499a1 100644 --- a/src/lib/libflac/libFLAC/float.c +++ b/src/lib/libflac/libFLAC/float.c @@ -282,7 +282,7 @@ FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned p if(x < ONE) return 0; - + if(precision > LOG2_LOOKUP_PRECISION) precision = LOG2_LOOKUP_PRECISION; |
