mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
LibAudio: Make sure we initialize ResampleHelper member variables
Found by Static Analysis: Sonar Cloud
This commit is contained in:
parent
ecc0459f76
commit
83e96569ed
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue