Commit 5de2f27b authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Clean up

parent 6421effe
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1143,6 +1143,7 @@ static ivas_error ivas_mc_dec_reconfig(
            if ( st_ivas->hBinRenderer != NULL && ( st_ivas->renderer_type != RENDERER_BINAURAL_FASTCONV && st_ivas->renderer_type != RENDERER_BINAURAL_FASTCONV_ROOM ) )
            {
                ivas_binRenderer_close( &st_ivas->hBinRenderer );

                if ( ( st_ivas->hDecoderConfig->Opt_Headrotation || st_ivas->hDecoderConfig->Opt_ExternalOrientation ) )
                {
                    efap_free_data( &st_ivas->hEFAPdata );
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ void ivas_renderer_select(
    /*-----------------------------------------------------------------*
     * Binaural rendering configurations
     *-----------------------------------------------------------------*/

    if ( st_ivas->hDecoderConfig->Opt_Headrotation || st_ivas->hDecoderConfig->Opt_ExternalOrientation )
    {
        st_ivas->hCombinedOrientationData->shd_rot_max_order = -1;
+0 −1
Original line number Diff line number Diff line
@@ -553,7 +553,6 @@ void IVAS_DEC_PrintDisclaimer(
    void
);


/* clang-format on */

#endif