diff options
Diffstat (limited to 'src/libfaad/cfft.h')
-rw-r--r-- | src/libfaad/cfft.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/libfaad/cfft.h b/src/libfaad/cfft.h index 0f2689c69..2a9817d7e 100644 --- a/src/libfaad/cfft.h +++ b/src/libfaad/cfft.h @@ -1,22 +1,22 @@ /* ** FAAD - Freeware Advanced Audio Decoder ** Copyright (C) 2002 M. Bakker -** +** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free Software Foundation; either version 2 of the License, or ** (at your option) any later version. -** +** ** This program is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** GNU General Public License for more details. -** +** ** You should have received a copy of the GNU General Public License -** along with this program; if not, write to the Free Software +** along with this program; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** -** $Id: cfft.h,v 1.1 2002/08/09 22:36:36 miguelfreitas Exp $ +** $Id: cfft.h,v 1.2 2002/10/22 04:47:50 storri Exp $ **/ #ifndef __CFFT_H__ @@ -34,9 +34,9 @@ typedef struct uint16_t n; } cfft_info; -void cfftf(cfft_info cfft, real_t *c); // complex transform -void cfftb(cfft_info cfft, real_t *c); // its inverse -cfft_info cffti(uint16_t n); // initializer of the above routine pair +void cfftf(cfft_info cfft, real_t *c); /* complex transform */ +void cfftb(cfft_info cfft, real_t *c); /* its inverse */ +cfft_info cffti(uint16_t n); /* initializer of the above routine pair */ void cfftu(cfft_info cfft); |