Commit 04de10ed authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Clang build and warning fix

parent d6ac820c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ void hq_core_enc_ivas_fx(

    test();
    test();
    IF( st->element_mode > EVS_MONO && ( st->last_core, ACELP_CORE || EQ_16( st->last_core, AMR_WB_CORE ) ) )
    IF( st->element_mode > EVS_MONO && ( st->last_core == ACELP_CORE || EQ_16( st->last_core, AMR_WB_CORE ) ) )
    {
        overlap = st->hTcxCfg->tcx_mdct_window_length;
        move16();
+3 −3

File changed.

Contains only whitespace changes.