mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-17 11:18:30 -04:00
SF_INFO.format init to 0 (#2956)
This commit is contained in:
@@ -384,6 +384,7 @@ f_cnt_t SampleBuffer::decodeSampleSF( const char * _f,
|
||||
{
|
||||
SNDFILE * snd_file;
|
||||
SF_INFO sf_info;
|
||||
sf_info.format = 0;
|
||||
f_cnt_t frames = 0;
|
||||
bool sf_rr = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user