Commit 82ef18cd authored by Jan Kiene's avatar Jan Kiene
Browse files

fix instrumented build

parent 607b3d21
Loading
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -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 */