Commit dc89328b authored by sagnowski's avatar sagnowski
Browse files

Fix missing BASOPs part 2

parent 941443a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1293,7 +1293,7 @@ static ivas_error isar_generate_metadata_and_bitstream(
    hSplitBinRend = st_ivas->hSplitBinRend;

    max_band = extract_l( ar_div( imult3216( st_ivas->hDecoderConfig->output_Fs, BINAURAL_MAXBANDS ), 48000 ) );
    pcm_out_flag = ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) ? 1 : 0;
    pcm_out_flag = EQ_32( st_ivas->hDecoderConfig->output_config, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM );
    cldfb_in_flag = ivas_dec_split_rend_cldfb_in( st_ivas->renderer_type );

    n_samples_in_cldfb_slot = NS2SA( st_ivas->hDecoderConfig->output_Fs, CLDFB_SLOT_NS );