Mercurial > libavcodec.hg
changeset 5341:b42bcc94b97c libavcodec
cosmetic changing hardwired 20 to SUBBAND_SIZE
author | mhoffman |
---|---|
date | Sun, 15 Jul 2007 21:48:17 +0000 |
parents | 6dc4826a38da |
children | 887509b42d3f |
files | cook.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cook.c Sun Jul 15 19:32:31 2007 +0000 +++ b/cook.c Sun Jul 15 21:48:17 2007 +0000 @@ -598,7 +598,7 @@ } 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){