mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
AUDIO: Fix compilation with Clang
Reported by angstsmurf.
This commit is contained in:
parent
d6ddb601ca
commit
9d94970c0f
@ -66,7 +66,7 @@ private:
|
||||
double _audioGain;
|
||||
};
|
||||
|
||||
AC3Stream::AC3Stream(double decibel = 0.0) : _a52State(0), _frameSize(0), _inBufPtr(0), _flags(0), _sampleRate(0) {
|
||||
AC3Stream::AC3Stream(double decibel) : _a52State(0), _frameSize(0), _inBufPtr(0), _flags(0), _sampleRate(0) {
|
||||
_audioGain = pow(2, decibel / 6);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user