[FFmpeg-soc] [soc]: r4514 - wmapro/wma3dec.c

faust3 subversion at mplayerhq.hu
Wed Jun 24 18:53:25 CEST 2009


Author: faust3
Date: Wed Jun 24 18:53:25 2009
New Revision: 4514

Log:
Replace requantization with inverse quantization in the codec description

Modified:
   wmapro/wma3dec.c

Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c	Wed Jun 24 18:50:06 2009	(r4513)
+++ wmapro/wma3dec.c	Wed Jun 24 18:53:25 2009	(r4514)
@@ -27,7 +27,7 @@
  * The decoding therefore consist of the following steps:
  * - bitstream decoding
  * - reconstruction of per channel data
- * - rescaling and requantization
+ * - rescaling and inverse quantization
  * - IMDCT
  * - windowing and overlapp-add
  *


More information about the FFmpeg-soc mailing list