Commit 915e1540 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix compiler warnings

parent 80217df2
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -343,19 +343,11 @@ ivas_error ivas_osba_render(
{
    float tmp_ism_out[MAX_OUTPUT_CHANNELS][L_FRAME48k];
    float *p_tmp_ism_out[MAX_OUTPUT_CHANNELS];
    int16_t n, nchan_out, nchan_ism, sba_ch_idx;
    int16_t n, nchan_out, nchan_ism;
    ivas_error error;

    nchan_out = st_ivas->hDecoderConfig->nchan_out;
    nchan_ism = st_ivas->nchan_ism;
    if ( st_ivas->ism_mode == ISM_SBA_MODE_DISC )
    {
        sba_ch_idx = st_ivas->nchan_ism;
    }
    else
    {
        sba_ch_idx = 0;
    }

    for ( n = 0; n < nchan_out; n++ )
    {
+0 −1
Original line number Diff line number Diff line
@@ -1410,7 +1410,6 @@ void ivas_spar_dec_upmixer(
#ifdef JBM_FOR_OSBA
    int16_t nchan_internal_total;
    int16_t sba_ch_offset;
    float *p_tddecorr_in[MAX_OUTPUT_CHANNELS];
#endif

    hSpar = st_ivas->hSpar;