Commit b36f5f6e authored by vaclav's avatar vaclav
Browse files

remove dead code for MC_MODE_PARAMUPMIX branch

parent d13327e9
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -588,19 +588,6 @@ ivas_error ivas_jbm_dec_tc(
                ivas_mono_stereo_downmix_mcmasa( st_ivas, p_output, output_frame );
            }
        }
        else if ( st_ivas->mc_mode == MC_MODE_PARAMUPMIX )
        {

            /* at least decode everything here, the rest is ToDo, for this we just output zeroes atm */
            ivas_lfe_dec( st_ivas->hLFE, st, output_frame, st_ivas->bfi, p_output[LFE_CHANNEL] );

            ivas_mc_paramupmix_dec_read_BS( st_ivas, st, st_ivas->hMCParamUpmix, &nb_bits_metadata[0] );

            if ( ( error = ivas_mct_dec( st_ivas, p_output, output_frame, nb_bits_metadata[0] ) ) != IVAS_ERR_OK )
            {
                return error;
            }
        }
    }

    /*----------------------------------------------------------------*