Commit b9228fb8 authored by PLAINSI's avatar PLAINSI
Browse files

Clang fix

parent 98baf01c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -531,7 +531,6 @@ ivas_error ivas_dec(

                ivas_binaural_add_LFE( st_ivas, output_frame, output );
            }

        }
#endif
        else if ( st_ivas->mc_mode == MC_MODE_PARAMMC )
+1 −2
Original line number Diff line number Diff line
@@ -191,8 +191,7 @@ ivas_error ivas_mct_dec(
    }

#ifdef MC_PARAMUPMIX_MODE
    if ( ( st_ivas->renderer_type == RENDERER_MC )
        || ( st_ivas->renderer_type == RENDERER_MC_PARAMUPMIX ) )
    if ( ( st_ivas->renderer_type == RENDERER_MC ) || ( st_ivas->renderer_type == RENDERER_MC_PARAMUPMIX ) )
    {
        /* Equalization in MDCT Domain */
        ivas_ls_setup_conversion_process_mdct( st_ivas, output );
+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.