Commit 5e1e17d1 authored by bayers's avatar bayers
Browse files

fix compiler warning

parent 4577e9dc
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -85,7 +85,8 @@ static ivas_error ivas_ism_bitrate_switching_dec(
    st_ivas->ism_mode = ism_mode;
#ifdef FIX_XXX_CHANNEL_MEM_COUNT
    nchan_out_buff_old = ivas_count_nchan_buffers_dec( st_ivas );
#else    nchan_out_buff_old = ivas_get_nchan_buffers_dec( st_ivas, st_ivas->sba_analysis_order, st_ivas->hDecoderConfig->ivas_total_brate );
#else    
    nchan_out_buff_old = ivas_get_nchan_buffers_dec( st_ivas, st_ivas->sba_analysis_order, st_ivas->hDecoderConfig->ivas_total_brate );
#endif

    if ( ( error = ivas_ism_config( st_ivas->hDecoderConfig->ivas_total_brate, st_ivas->nchan_transport, st_ivas->nchan_ism, NULL, 0, NULL, NULL, element_brate_tmp, NULL, NULL, 0 ) ) != IVAS_ERR_OK )