Loading lib_rend/ivas_output_init.c +2 −2 Original line number Diff line number Diff line Loading @@ -414,8 +414,8 @@ ivas_error ivas_output_buff_dec( p_output_f[ch] = hTcBuffer->tc[ch]; } /* non-JBM decoding: allocate output audio buffers JBM decoding: when not enough audio buffers 'hTcBuffer->tc[]', allocate additional buffers */ /* non-JBM decoding: allocate output audio buffers */ /* JBM decoding: when not enough audio buffers 'hTcBuffer->tc[]', allocate additional buffers */ n_samp_full = ( 48000 / FRAMES_PER_SEC ); nsamp_to_allocate = ( nchan_out_buff - nchan_tc_jbm ) * n_samp_full; Loading Loading
lib_rend/ivas_output_init.c +2 −2 Original line number Diff line number Diff line Loading @@ -414,8 +414,8 @@ ivas_error ivas_output_buff_dec( p_output_f[ch] = hTcBuffer->tc[ch]; } /* non-JBM decoding: allocate output audio buffers JBM decoding: when not enough audio buffers 'hTcBuffer->tc[]', allocate additional buffers */ /* non-JBM decoding: allocate output audio buffers */ /* JBM decoding: when not enough audio buffers 'hTcBuffer->tc[]', allocate additional buffers */ n_samp_full = ( 48000 / FRAMES_PER_SEC ); nsamp_to_allocate = ( nchan_out_buff - nchan_tc_jbm ) * n_samp_full; Loading