AUDIO: Fix compilation with Clang
Reported by angstsmurf.
This commit is contained in:
parent
d6ddb601ca
commit
9d94970c0f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue