From e24087509a752d8f4dcc679b304fc1745ff768b0 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 3 Oct 2003 22:23:26 +0000 Subject: synced with current cvs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10990 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libfaad2/sbr_hfgen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libfaad2/sbr_hfgen.h') diff --git a/libfaad2/sbr_hfgen.h b/libfaad2/sbr_hfgen.h index 496475de2e..262abb1e28 100644 --- a/libfaad2/sbr_hfgen.h +++ b/libfaad2/sbr_hfgen.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_hfgen.h,v 1.1 2003/07/29 08:20:13 menno Exp $ +** $Id: sbr_hfgen.h,v 1.3 2003/09/30 08:07:47 menno Exp $ **/ #ifndef __SBR_HFGEN_H__ @@ -32,14 +32,14 @@ extern "C" { #endif -void hf_generation(sbr_info *sbr, qmf_t *Xlow, +void hf_generation(sbr_info *sbr, const qmf_t *Xlow, qmf_t *Xhigh #ifdef SBR_LOW_POWER ,real_t *deg #endif ,uint8_t ch); -static void calc_prediction_coef(sbr_info *sbr, qmf_t *Xlow, +static void calc_prediction_coef(sbr_info *sbr, const qmf_t *Xlow, complex_t *alpha_0, complex_t *alpha_1 #ifdef SBR_LOW_POWER , real_t *rxx -- cgit v1.2.3