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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aacpsdsp.h') diff --git a/libavcodec/aacpsdsp.h b/libavcodec/aacpsdsp.h index 93737d26d3..dc380b10d0 100644 --- a/libavcodec/aacpsdsp.h +++ b/libavcodec/aacpsdsp.h @@ -38,7 +38,7 @@ typedef struct PSDSPContext { int i, int len); void (*decorrelate)(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