mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00: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:
parent
3fdd82768d
commit
75fe5b5243
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user