diff aacpsy.c @ 12442:94b578d0af10 libavcodec

psymodel: Const correct FFPsyWindowInfo.
author alexc
date Mon, 30 Aug 2010 23:48:35 +0000
parents ae72506d4c2a
children
line wrap: on
line diff
--- a/aacpsy.c	Mon Aug 30 23:43:03 2010 +0000
+++ b/aacpsy.c	Mon Aug 30 23:48:35 2010 +0000
@@ -387,7 +387,7 @@
  * Calculate band thresholds as suggested in 3GPP TS26.403
  */
 static void psy_3gpp_analyze(FFPsyContext *ctx, int channel,
-                             const float *coefs, FFPsyWindowInfo *wi)
+                             const float *coefs, const FFPsyWindowInfo *wi)
 {
     AacPsyContext *pctx = (AacPsyContext*) ctx->model_priv_data;
     AacPsyChannel *pch  = &pctx->ch[channel];