From 2e74a5abc2fda6cfbc86589852d6194d502332cb Mon Sep 17 00:00:00 2001 From: Christophe GISQUET Date: Thu, 23 Feb 2012 22:25:48 +0100 Subject: SBR DSP: use intptr_t for the ixh parameter. Signed-off-by: Ronald S. Bultje --- libavcodec/sbrdsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/sbrdsp.c') diff --git a/libavcodec/sbrdsp.c b/libavcodec/sbrdsp.c index 2711e71..aef894a 100644 --- a/libavcodec/sbrdsp.c +++ b/libavcodec/sbrdsp.c @@ -151,7 +151,7 @@ static void sbr_hf_gen_c(float (*X_high)[2], const float (*X_low)[2], } static void sbr_hf_g_filt_c(float (*Y)[2], const float (*X_high)[40][2], - const float *g_filt, int m_max, int ixh) + const float *g_filt, int m_max, intptr_t ixh) { int m; -- cgit v1.1