Commit 2843a452 authored by Marc Hoffman's avatar Marc Hoffman

cosmetic changing hardwired 20 to SUBBAND_SIZE

Originally committed as revision 9691 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cb762e39
...@@ -598,7 +598,7 @@ static void decode_vectors(COOKContext* q, int* category, ...@@ -598,7 +598,7 @@ static void decode_vectors(COOKContext* q, int* category,
} }
scalar_dequant(q, index, quant_index_table[band], scalar_dequant(q, index, quant_index_table[band],
subband_coef_index, subband_coef_sign, 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){ if(q->total_subbands*SUBBAND_SIZE >= q->samples_per_channel){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment