diff psymodel.c @ 12442:94b578d0af10 libavcodec

psymodel: Const correct FFPsyWindowInfo.
author alexc
date Mon, 30 Aug 2010 23:48:35 +0000
parents a93946f63075
children
line wrap: on
line diff
--- a/psymodel.c	Mon Aug 30 23:43:03 2010 +0000
+++ b/psymodel.c	Mon Aug 30 23:48:35 2010 +0000
@@ -53,7 +53,7 @@
 }
 
 void ff_psy_set_band_info(FFPsyContext *ctx, int channel,
-                          const float *coeffs, FFPsyWindowInfo *wi)
+                          const float *coeffs, const FFPsyWindowInfo *wi)
 {
     ctx->model->analyze(ctx, channel, coeffs, wi);
 }