mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
LibAudio: Make sure we initialize ResampleHelper member variables
Found by Static Analysis: Sonar Cloud
This commit is contained in:
committed by
Brian Gianforcaro
parent
ecc0459f76
commit
83e96569ed
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user