diff options
Diffstat (limited to 'v4l/or51132.c')
-rw-r--r-- | v4l/or51132.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/or51132.c b/v4l/or51132.c index 219ac7474..97b876149 100644 --- a/v4l/or51132.c +++ b/v4l/or51132.c @@ -454,7 +454,7 @@ unsigned int i100x20log10[] = { 3964, 3969, 3973, 3978, 3982, 3986, 3991, 3995, 4000, 4004, }; -unsigned int denom[] = {1,1,100,1000,10000,100000,1000000,10000000,100000000}; +static unsigned int denom[] = {1,1,100,1000,10000,100000,1000000,10000000,100000000}; unsigned int i20Log10(unsigned short val) { |