Commit a39c5cde authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

compute mono flag with the correct BASOP

parent 2b73d750
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -495,7 +495,7 @@ ivas_error ivas_dec_fx(
        Word16 nchan_ism, sba_ch_idx;

#ifdef FIX_1518
        Word16 sba_mono_flag = ( st_ivas->hDecoderConfig->nchan_out == 1 ) ? 1 : 0;
        Word16 sba_mono_flag = (Word16) EQ_16( st_ivas->hDecoderConfig->nchan_out, 1 );
#endif

        set16_fx( nb_bits_metadata, 0, MAX_SCE + 1 );