Loading lib_dec/lib_dec.c +7 −3 Original line number Diff line number Diff line Loading @@ -1656,9 +1656,13 @@ static ivas_error IVAS_DEC_GetRenderedSamples( st_ivas = hIvasDec->st_ivas; #ifdef FIX_HRTF_LOAD // temp code to make HRTF changes working in the old API structure uint16_t nSamplesRendered_loop = 0; uint8_t nOutChannels = (uint8_t) st_ivas->hDecoderConfig->nchan_out; /* temp code to make HRTF changes working in the old API structure */ uint16_t nSamplesRendered_loop; uint8_t nOutChannels; nSamplesRendered_loop = 0; nOutChannels = (uint8_t) st_ivas->hDecoderConfig->nchan_out; hIvasDec->hasBeenFedFrame = false; /* check for possible flushed samples from a rate switch */ Loading Loading
lib_dec/lib_dec.c +7 −3 Original line number Diff line number Diff line Loading @@ -1656,9 +1656,13 @@ static ivas_error IVAS_DEC_GetRenderedSamples( st_ivas = hIvasDec->st_ivas; #ifdef FIX_HRTF_LOAD // temp code to make HRTF changes working in the old API structure uint16_t nSamplesRendered_loop = 0; uint8_t nOutChannels = (uint8_t) st_ivas->hDecoderConfig->nchan_out; /* temp code to make HRTF changes working in the old API structure */ uint16_t nSamplesRendered_loop; uint8_t nOutChannels; nSamplesRendered_loop = 0; nOutChannels = (uint8_t) st_ivas->hDecoderConfig->nchan_out; hIvasDec->hasBeenFedFrame = false; /* check for possible flushed samples from a rate switch */ Loading