diff wmaprodata.h @ 10192:272cac6de8ce libavcodec

Make default_correlation array const since it is never modified.
author reimar
date Sat, 19 Sep 2009 11:35:55 +0000
parents 68f03567b826
children ab687351bfef
line wrap: on
line diff
--- a/wmaprodata.h	Sat Sep 19 04:56:22 2009 +0000
+++ b/wmaprodata.h	Sat Sep 19 11:35:55 2009 +0000
@@ -591,7 +591,7 @@
 /**
  * @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],