Mercurial > libavcodec.hg
changeset 5350:503498b93901 libavcodec
cosmetics: adding some white space to align the arguments of a couple of functions
author | mhoffman |
---|---|
date | Tue, 17 Jul 2007 00:36:47 +0000 |
parents | 6a4286208743 |
children | 6b4caae00305 |
files | cook.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/cook.c Mon Jul 16 21:05:16 2007 +0000 +++ b/cook.c Tue Jul 17 00:36:47 2007 +0000 @@ -634,8 +634,8 @@ memset(subband_coef_sign, 0, sizeof(subband_coef_sign)); } q->scalar_dequant(q, index, quant_index_table[band], - subband_coef_index, subband_coef_sign, - &mlt_buffer[band * SUBBAND_SIZE]); + subband_coef_index, subband_coef_sign, + &mlt_buffer[band * SUBBAND_SIZE]); } if(q->total_subbands*SUBBAND_SIZE >= q->samples_per_channel){ @@ -754,7 +754,7 @@ for (i = 0; i < 8; i++) { if (gains_ptr->now[i] || gains_ptr->now[i + 1]) q->interpolate(q, &buffer1[q->gain_size_factor * i], - gains_ptr->now[i], gains_ptr->now[i + 1]); + gains_ptr->now[i], gains_ptr->now[i + 1]); } /* Save away the current to be previous block. */