avcodec/atrac3plus_data: Mark array as const

Forgotten in a7dbeb77c3.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-12-27 19:42:35 +01:00
parent 15072d2753
commit 2c3393d15d
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ static const uint8_t atrac3p_ct_restricted_to_full[2][7][4] = {
/* If the first entry of a subtable is negative, it means
* that another VLC is to be reused. */
static int8_t atrac3p_spectra_cbs[][12] = {
static const int8_t atrac3p_spectra_cbs[][12] = {
{ 1, 0, 0, 1, 7, 0, 19, 5, 13, 21, 6, 8 },
{ 0, 1, 0, 4, 11, 0, 1, 29, 6, 20, 7, 2 },
{ 0, 0, 1, 8, 0, 13, 18, 7, 2, 0, 0, 0 },