Commit d8c0f7d9 authored by vaclav's avatar vaclav
Browse files

remove 'fb_ducking_flag ' parameter which was always == 0

parent b769bf8c
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1344,7 +1344,6 @@ void ivas_spar_dec_gen_umx_mat(
)
{
    int16_t i, j, b, i_ts, num_out_ch;
    int16_t fb_ducking_flag = 0; // VE2DB: always 0 - can it be removed?

    num_out_ch = hMdDec->spar_md_cfg.num_umx_chs;

@@ -1373,11 +1372,6 @@ void ivas_spar_dec_gen_umx_mat(
                    }
                }
            }

            if ( fb_ducking_flag )
            {
                assert( 0 ); /* fb_ducking_flag not supported */
            }
        }
        else
        {