summaryrefslogtreecommitdiff
path: root/mdct.c
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-10-16 07:39:56 +0000
committerMonty <xiphmont@xiph.org>2002-10-16 07:39:56 +0000
commit049a933452752e5efb7a63637bc24ea256b0b2db (patch)
treeb89a209bd2ad50d0885f9b3de9e13a87cc8d2364 /mdct.c
parentbfda38a39936e30706da014cb0f40fab4ccd7ad1 (diff)
downloadtremor-049a933452752e5efb7a63637bc24ea256b0b2db.tar.gz
mdct comment change (correct the vorbis window function description)
Roll a libvorbis fix into tremor (if audio stream has only one page and that page is a short page) Monty git-svn-id: https://svn.xiph.org/trunk/Tremor@4008 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'mdct.c')
-rw-r--r--mdct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdct.c b/mdct.c
index e3e7c75..37e987d 100644
--- a/mdct.c
+++ b/mdct.c
@@ -13,7 +13,7 @@
function: normalized modified discrete cosine transform
power of two length transform only [64 <= n ]
- last mod: $Id: mdct.c,v 1.5 2002/09/20 00:10:31 xiphmont Exp $
+ last mod: $Id: mdct.c,v 1.6 2002/10/16 07:39:56 xiphmont Exp $
Original algorithm adapted long ago from _The use of multirate filter
banks for coding of high quality digital audio_, by T. Sporer,
@@ -27,7 +27,7 @@
This module DOES NOT INCLUDE code to generate/apply the window
function. Everybody has their own weird favorite including me... I
- happen to like the properties of y=sin(2PI*sin^2(x)), but others may
+ happen to like the properties of y=sin(.5PI*sin^2(x)), but others may
vehemently disagree.
********************************************************************/