From 0ba8ba165b84a971dbe9356b57f272dc81410eaf Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 4 Nov 2013 19:14:12 +0100 Subject: aacps: Adjust some const qualifiers to suppress warnings --- libavcodec/aacpsdsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aacpsdsp.c') diff --git a/libavcodec/aacpsdsp.c b/libavcodec/aacpsdsp.c index e90c50b6a1..88e731f925 100644 --- a/libavcodec/aacpsdsp.c +++ b/libavcodec/aacpsdsp.c @@ -93,7 +93,7 @@ static void ps_hybrid_synthesis_deint_c(float out[2][38][64], static void ps_decorrelate_c(float (*out)[2], float (*delay)[2], float (*ap_delay)[PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2], - const float phi_fract[2], float (*Q_fract)[2], + const float phi_fract[2], const float (*Q_fract)[2], const float *transient_gain, float g_decay_slope, int len) -- cgit v1.2.3