summaryrefslogtreecommitdiff
path: root/libavcodec/aacpsdsp.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-22 12:52:10 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-22 13:01:11 +0100
commit9e22b8aca0fdecee332191fabded428e6a183d25 (patch)
treebe8d6f2874d2045e449796d046642d9a1d00c730 /libavcodec/aacpsdsp.c
parent8617be28d074c4708d2c948cbc311737cf2fbf39 (diff)
parent0ba8ba165b84a971dbe9356b57f272dc81410eaf (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: aacps: Adjust some const qualifiers to suppress warnings Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/aacpsdsp.c')
-rw-r--r--libavcodec/aacpsdsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacpsdsp.c b/libavcodec/aacpsdsp.c
index 9f62844138..5dc1a6aba9 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)