[xiph-commits] r11348 - experimental/derf/theora-exp/lib
giles at svn.xiph.org
giles at svn.xiph.org
Fri May 5 23:56:58 PDT 2006
Author: giles
Date: 2006-05-05 23:56:57 -0700 (Fri, 05 May 2006)
New Revision: 11348
Modified:
experimental/derf/theora-exp/lib/dct.h
Log:
Comment typo: we have 8 frequencies, not one.
Modified: experimental/derf/theora-exp/lib/dct.h
===================================================================
--- experimental/derf/theora-exp/lib/dct.h 2006-05-06 02:27:13 UTC (rev 11347)
+++ experimental/derf/theora-exp/lib/dct.h 2006-05-06 06:56:57 UTC (rev 11348)
@@ -2,7 +2,7 @@
#if !defined(_dct_H)
# define _dct_H (1)
-/*cos(n*pi/2) (resp. sin(m*pi/2)) scaled by 65536.*/
+/*cos(n*pi/16) (resp. sin(m*pi/16)) scaled by 65536.*/
#define OC_C1S7 ((ogg_int32_t)64277)
#define OC_C2S6 ((ogg_int32_t)60547)
#define OC_C3S5 ((ogg_int32_t)54491)
More information about the commits
mailing list