Commit 8cf2df15 authored by sagnowski's avatar sagnowski
Browse files

Fix instrumented build

parent 7e834bf7
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -1113,6 +1113,10 @@ ivas_error IVAS_DEC_GetSplitBinaural(
    while ( error == IVAS_ERR_OK && !*needNewFrame )
    {
        int16_t nOutSamplesLocal;
        IVAS_DEC_SPLIT_REND_WRAPPER *hSplitBinRend;
        int16_t max_band;
        int16_t pcm_out;
        int16_t numPoses;

        /* Decode and render */
        error = IVAS_DEC_GetSamples(
@@ -1129,11 +1133,6 @@ ivas_error IVAS_DEC_GetSplitBinaural(
        *nOutSamples += nOutSamplesLocal;

        /*split rendering process calls*/
        IVAS_DEC_SPLIT_REND_WRAPPER *hSplitBinRend;
        int16_t max_band;
        int16_t pcm_out;
        int16_t numPoses;

        hSplitBinRend = &st_ivas->splitBinRend;

        ivas_set_split_rend_setup(hSplitBinRend, &st_ivas->hRenderConfig->split_rend_config, st_ivas->hCombinedOrientationData, hSplitRendBits );