Commit cc809c9f authored by vaclav's avatar vaclav
Browse files

clang-format

parent f520a0fc
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;