Commit 9456f4a7 authored by bayers's avatar bayers
Browse files

fix for #1070, offset into the TC buffer also needs to be of type int32_t

parent 94170649
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2469,8 +2469,8 @@ ivas_error ivas_jbm_dec_tc_buffer_reconfigure(
)
{
#ifdef FIX_1070_USAN_SEGFAULT_MC_TO_BIN_BTSW_HEADROT
    int32_t nsamp_to_allocate;
    int16_t n_samp_full, n_samp_residual, offset, nchan_residual;
    int32_t nsamp_to_allocate, offset;
    int16_t n_samp_full, n_samp_residual, nchan_residual;
#else
    int16_t nsamp_to_allocate, n_samp_full, n_samp_residual, offset, nchan_residual;
#endif