mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Constify a couple fields
This commit is contained in:
parent
d67951a256
commit
58ab3407b7
@ -283,8 +283,8 @@ class MovieAudioDecoder : public MWSound::Sound_Decoder
|
||||
|
||||
/* averaging filter for audio sync */
|
||||
double mAudioDiffAccum;
|
||||
double mAudioDiffAvgCoef;
|
||||
double mAudioDiffThreshold;
|
||||
const double mAudioDiffAvgCoef;
|
||||
const double mAudioDiffThreshold;
|
||||
int mAudioDiffAvgCount;
|
||||
|
||||
/* Add or subtract samples to get a better sync, return number of bytes to
|
||||
|
Loading…
x
Reference in New Issue
Block a user