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

change an int16_t to Word16

parent bc23b6ff
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
        int16_t sba_mono_flag = ( st_ivas->hDecoderConfig->nchan_out == 1 ) ? 1 : 0;
        Word16 sba_mono_flag = ( st_ivas->hDecoderConfig->nchan_out == 1 ) ? 1 : 0;
#endif      

        set16_fx( nb_bits_metadata, 0, MAX_SCE + 1 );