Commit 86a53981 authored by sagnowski's avatar sagnowski
Browse files

Fix indexing bug

parent f3489a81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6139,7 +6139,7 @@ static ivas_error renderIsmToSplitBinaural(
                                      &tmpBinaural_CldfbRe[BINAURAL_CHANNELS * pos_idx + ch][slot_idx][0],
                                      &tmpBinaural_CldfbIm[BINAURAL_CHANNELS * pos_idx + ch][slot_idx][0],
                                      num_bands,
                                      ismInput->base.ctx.pSplitRendWrapper->hCldfbHandles->cldfbAna[pos_idx + ch] );
                                      ismInput->base.ctx.pSplitRendWrapper->hCldfbHandles->cldfbAna[BINAURAL_CHANNELS * pos_idx + ch] );
                }
            }
        }