Chromium Code Reviews| Index: source/patched-ffmpeg-mt/libavcodec/psymodel.c |
| =================================================================== |
| --- source/patched-ffmpeg-mt/libavcodec/psymodel.c (revision 59334) |
| +++ source/patched-ffmpeg-mt/libavcodec/psymodel.c (working copy) |
| @@ -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); |
| } |