Commit 0f1d9213 authored by advasila's avatar advasila
Browse files

fix clang

parent b30035cd
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -545,11 +545,11 @@ int16_t get_ivas_max_num_indices(
        }
        else if ( ivas_total_brate <= IVAS_48k )
        {
            return 750;
            return 650;
        }
        else if ( ivas_total_brate <= IVAS_80k )
        {
            return 950;
            return 750;
        }
        else if ( ivas_total_brate <= IVAS_160k )
        {
+0 −1
Original line number Diff line number Diff line
@@ -1447,7 +1447,6 @@ ivas_error IVAS_DEC_GetHrtfCRendHandle(
}



/*---------------------------------------------------------------------*
 * IVAS_DEC_GetHrtfFastConvHandle( )
 *