summaryrefslogtreecommitdiffstats
path: root/libfaad2/sbr_dct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfaad2/sbr_dct.h')
-rw-r--r--libfaad2/sbr_dct.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libfaad2/sbr_dct.h b/libfaad2/sbr_dct.h
index 54515b8689..e190066a73 100644
--- a/libfaad2/sbr_dct.h
+++ b/libfaad2/sbr_dct.h
@@ -22,7 +22,7 @@
** Commercial non-GPL licensing of this software is possible.
** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
**
-** $Id: sbr_dct.h,v 1.1 2003/07/29 08:20:13 menno Exp $
+** $Id: sbr_dct.h,v 1.3 2003/09/24 11:52:12 menno Exp $
**/
#ifndef __SBR_DCT_H__
@@ -35,7 +35,6 @@ extern "C" {
void DCT3_32_unscaled(real_t *y, real_t *x);
void DCT2_64_unscaled(real_t *y, real_t *x);
void DCT4_64(real_t *y, real_t *x);
-void DST4_64(real_t *y, real_t *x);
#ifdef __cplusplus