[FFmpeg-cvslog] r9691 - trunk/libavcodec/cook.c

mhoffman subversion
Sun Jul 15 23:48:17 CEST 2007


Author: mhoffman
Date: Sun Jul 15 23:48:17 2007
New Revision: 9691

Log:
cosmetic changing hardwired 20 to SUBBAND_SIZE

Modified:
   trunk/libavcodec/cook.c

Modified: trunk/libavcodec/cook.c
==============================================================================
--- trunk/libavcodec/cook.c	(original)
+++ trunk/libavcodec/cook.c	Sun Jul 15 23:48:17 2007
@@ -598,7 +598,7 @@ static void decode_vectors(COOKContext* 
         }
         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){




More information about the ffmpeg-cvslog mailing list