Loading lib_isar/lib_isar_post_rend.c +2 −2 Original line number Diff line number Diff line Loading @@ -1571,7 +1571,7 @@ static ivas_error renderSplitBinauralWithPostRot( } else { if ( ( error = splitBinLc3plusDecode( hSplitBin, &bits, tmpCrendBuffer, SplitRendBFI, bits.pose_correction ) ) != IVAS_ERR_OK ) if ( ( error = splitBinLc3plusDecode( hSplitBin, &bits, tmpCrendBuffer, bits.pose_correction, SplitRendBFI ) ) != IVAS_ERR_OK ) { return error; } Loading Loading
lib_isar/lib_isar_post_rend.c +2 −2 Original line number Diff line number Diff line Loading @@ -1571,7 +1571,7 @@ static ivas_error renderSplitBinauralWithPostRot( } else { if ( ( error = splitBinLc3plusDecode( hSplitBin, &bits, tmpCrendBuffer, SplitRendBFI, bits.pose_correction ) ) != IVAS_ERR_OK ) if ( ( error = splitBinLc3plusDecode( hSplitBin, &bits, tmpCrendBuffer, bits.pose_correction, SplitRendBFI ) ) != IVAS_ERR_OK ) { return error; } Loading