summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3plus_data.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-12-27 19:42:35 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-12-31 21:49:33 +0100
commit2c3393d15dcb5653dd9b705775417c7c537bcaf1 (patch)
treee4c420c8eab459f3114a8d72a5dfb879feb63155 /libavcodec/atrac3plus_data.h
parent15072d275313e78cd101633ac79b797cae2694b2 (diff)
downloadffmpeg-2c3393d15dcb5653dd9b705775417c7c537bcaf1.tar.gz
avcodec/atrac3plus_data: Mark array as const
Forgotten in a7dbeb77c3c30ac4904928978938b209ff6e1ab1. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/atrac3plus_data.h')
-rw-r--r--libavcodec/atrac3plus_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/atrac3plus_data.h b/libavcodec/atrac3plus_data.h
index 7039936ba3..b0b85c4368 100644
--- a/libavcodec/atrac3plus_data.h
+++ b/libavcodec/atrac3plus_data.h
@@ -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 },