summaryrefslogtreecommitdiff
path: root/libavcodec/vp3data.h
diff options
context:
space:
mode:
authorStefan Gehrer <stefan.gehrer@gmx.de>2008-06-24 20:01:31 +0000
committerStefan Gehrer <stefan.gehrer@gmx.de>2008-06-24 20:01:31 +0000
commitcf2baeb3382283d41eac7886ea831f52262971ba (patch)
tree986724da3ac8630b2903b8edc7a89498e2baf854 /libavcodec/vp3data.h
parent73cc419b271ac5af8c1aed36b5c0167c7016127a (diff)
mark read-only data as const
Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp3data.h')
-rw-r--r--libavcodec/vp3data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp3data.h b/libavcodec/vp3data.h
index aa33b83275..b8ec3630ee 100644
--- a/libavcodec/vp3data.h
+++ b/libavcodec/vp3data.h
@@ -405,7 +405,7 @@ static const int16_t coeff_table_token_22[1024] = {
-573, -574, -575, -576, -577, -578, -579, -580
};
-static const int16_t *coeff_tables[32] = {
+static const int16_t *const coeff_tables[32] = {
NULL,
NULL,
NULL,