From 75fe5b52438e6dd1641f971331f1da14fc3d172d Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sat, 19 Sep 2009 11:35:55 +0000 Subject: Make default_correlation array const since it is never modified. Originally committed as revision 19924 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wmaprodata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/wmaprodata.h') diff --git a/libavcodec/wmaprodata.h b/libavcodec/wmaprodata.h index 4dd5c7ebed..a910c1914a 100644 --- a/libavcodec/wmaprodata.h +++ b/libavcodec/wmaprodata.h @@ -591,7 +591,7 @@ static const float default_decorrelation_matrices[] = { /** * @brief default decorrelation matrix offsets */ -static const float *default_decorrelation[] = { +static const float * const default_decorrelation[] = { NULL, &default_decorrelation_matrices[0], &default_decorrelation_matrices[1], -- cgit v1.2.3