diff --git a/src/core/SampleBuffer.cpp b/src/core/SampleBuffer.cpp index 9f83f449c..7a0b50b78 100644 --- a/src/core/SampleBuffer.cpp +++ b/src/core/SampleBuffer.cpp @@ -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;