1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-11-08 12:02:28 +01:00

Added "const" keyword to a static constant array

This commit is contained in:
oparviai 2008-05-04 07:55:29 +00:00
parent 77fab80d08
commit da6bd9641c

View File

@ -67,7 +67,7 @@ using namespace soundtouch;
// Table for the hierarchical mixing position seeking algorithm
static int _scanOffsets[4][24]={
static const int _scanOffsets[4][24]={
{ 124, 186, 248, 310, 372, 434, 496, 558, 620, 682, 744, 806,
868, 930, 992, 1054, 1116, 1178, 1240, 1302, 1364, 1426, 1488, 0},
{-100, -75, -50, -25, 25, 50, 75, 100, 0, 0, 0, 0,