summaryrefslogtreecommitdiff
path: root/src/post/audio/window.h
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2004-05-16 15:13:34 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2004-05-16 15:13:34 +0000
commit8c31b6d7e8f1b1ba359f97a47b85a024bb5a3601 (patch)
tree86202c8db32fd8d88441672c9282db0332f24a0f /src/post/audio/window.h
parenta3d8d5b4ec8d1b5d01c2079fdfdeb9c6cc41de3c (diff)
downloadxine-lib-8c31b6d7e8f1b1ba359f97a47b85a024bb5a3601.tar.gz
xine-lib-8c31b6d7e8f1b1ba359f97a47b85a024bb5a3601.tar.bz2
Changes in white space only.
e.g. changing // to /* */ CVS patchset: 6549 CVS date: 2004/05/16 15:13:34
Diffstat (limited to 'src/post/audio/window.h')
-rw-r--r--src/post/audio/window.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/post/audio/window.h b/src/post/audio/window.h
index bd747306c..d0a7446eb 100644
--- a/src/post/audio/window.h
+++ b/src/post/audio/window.h
@@ -1,19 +1,19 @@
/*=============================================================================
-//
-// This software has been released under the terms of the GNU Public
-// license. See http://www.gnu.org/copyleft/gpl.html for details.
-//
-// Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au
-//
-//=============================================================================
-*/
+ *
+ * This software has been released under the terms of the GNU Public
+ * license. See http://www.gnu.org/copyleft/gpl.html for details.
+ *
+ * Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au
+ *
+ *=============================================================================
+ */
/* Calculates a number of window functions. The following window
- functions are currently implemented: Boxcar, Triang, Hanning,
- Hamming, Blackman, Flattop and Kaiser. In the function call n is
- the number of filter taps and w the buffer in which the filter
- coefficients will be stored.
-*/
+ * functions are currently implemented: Boxcar, Triang, Hanning,
+ * Hamming, Blackman, Flattop and Kaiser. In the function call n is
+ * the number of filter taps and w the buffer in which the filter
+ * coefficients will be stored.
+ */
#if !defined _DSP_H
# error "Never use <window.h> directly; include <dsp.h> instead"