Commit 46d2a5d3 authored by sagnowski's avatar sagnowski
Browse files

Fix formatting

parent 3cd1445e
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -206,7 +206,8 @@ ivas_error ivas_core_dec(
        {
            float gain;

            gain = ( st->element_mode == IVAS_CPE_MDCT ) ? st->hTcxDec->conceal_eof_gain : ( st->hPlcInfo != NULL ) ? st->hPlcInfo->recovery_gain : 0.0f;
            gain = ( st->element_mode == IVAS_CPE_MDCT ) ? st->hTcxDec->conceal_eof_gain : ( st->hPlcInfo != NULL ) ? st->hPlcInfo->recovery_gain
                                                                                                                    : 0.0f;

            if ( ( st->element_mode == IVAS_CPE_MDCT && hMCT == NULL ) || ( st->hPlcInfo != NULL ) )
            {
+2 −3
Original line number Diff line number Diff line
@@ -963,8 +963,7 @@ static void dec_prm_tcx(
static void stereo_tcx_dec_mode_switch_reconf(
    Decoder_State *st,
    const int16_t MCT_flag,
    const int16_t last_element_mode
)
    const int16_t last_element_mode )
{
    int16_t frame_size_index;

+4 −4

File changed.

Contains only whitespace changes.