mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibAudio: Make sure we initialize ResampleHelper member variables
Found by Static Analysis: Sonar Cloud
This commit is contained in:
parent
ecc0459f76
commit
83e96569ed
Notes:
sideshowbarker
2024-07-17 16:38:33 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/83e96569ed Pull-request: https://github.com/SerenityOS/serenity/pull/13307
@ -80,8 +80,8 @@ private:
|
||||
const u32 m_source;
|
||||
const u32 m_target;
|
||||
u32 m_current_ratio { 0 };
|
||||
SampleType m_last_sample_l;
|
||||
SampleType m_last_sample_r;
|
||||
SampleType m_last_sample_l {};
|
||||
SampleType m_last_sample_r {};
|
||||
};
|
||||
|
||||
class Buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user