SF_INFO.format init to 0 (#2956)

This commit is contained in:
Oskar Wallgren
2016-08-02 15:03:02 +02:00
committed by GitHub
parent b8f5f21177
commit 7e1209e774

View File

@@ -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;