Commit d6bb1783 authored by hsd's avatar hsd
Browse files

fix - bfi parameter order was wrong, thx2tyagiri

parent 0451dc0e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
                        }