mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-18 13:00:00 +01:00
Make default_correlation array const since it is never modified.
Originally committed as revision 19924 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -591,7 +591,7 @@ static const float default_decorrelation_matrices[] = {
|
|||||||
/**
|
/**
|
||||||
* @brief default decorrelation matrix offsets
|
* @brief default decorrelation matrix offsets
|
||||||
*/
|
*/
|
||||||
static const float *default_decorrelation[] = {
|
static const float * const default_decorrelation[] = {
|
||||||
NULL,
|
NULL,
|
||||||
&default_decorrelation_matrices[0],
|
&default_decorrelation_matrices[0],
|
||||||
&default_decorrelation_matrices[1],
|
&default_decorrelation_matrices[1],
|
||||||
|
|||||||
Reference in New Issue
Block a user