diff options
author | Marc Hoffman <mmhoffm@gmail.com> | 2007-07-17 00:36:47 +0000 |
---|---|---|
committer | Marc Hoffman <mmhoffm@gmail.com> | 2007-07-17 00:36:47 +0000 |
commit | f1639f69b49ab5a3e61cbe8f61a6a74cc61f95a6 (patch) | |
tree | 7d58c2c9d21f53eefeca8436fbb00899e1def1bb /libavcodec/cook.c | |
parent | 19b95df09ec3ca56b00104e68def64b8b29560b0 (diff) | |
download | ffmpeg-f1639f69b49ab5a3e61cbe8f61a6a74cc61f95a6.tar.gz |
cosmetics: adding some white space to align the arguments of a couple of functions
Originally committed as revision 9709 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r-- | libavcodec/cook.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 293dc426d9..ded5d96185 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -634,8 +634,8 @@ static void decode_vectors(COOKContext* q, int* category, 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 @@ static void imlt_gain(COOKContext *q, float *inbuffer, 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. */ |