cosmetic changing hardwired 20 to SUBBAND_SIZE

Originally committed as revision 9691 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Marc Hoffman 2007-07-15 21:48:17 +00:00
parent cb762e3955
commit 2843a452c9
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ static void decode_vectors(COOKContext* q, int* category,
}
scalar_dequant(q, index, quant_index_table[band],
subband_coef_index, subband_coef_sign,
&mlt_buffer[band * 20]);
&mlt_buffer[band * SUBBAND_SIZE]);
}
if(q->total_subbands*SUBBAND_SIZE >= q->samples_per_channel){