Commit 6a34b714 authored by mhoffman's avatar mhoffman

cosmetic changing hardwired 20 to SUBBAND_SIZE

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9691 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2f3b4c22
......@@ -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){
......
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