summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo4data.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-07-03 10:09:36 +0200
committerAnton Khirnov <anton@khirnov.net>2017-02-01 10:42:59 +0100
commitfd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3 (patch)
treee9e285e1f4634de77b1657420b5121d109bed249 /libavcodec/indeo4data.h
parentb420a27e74750b60d2e064236afb10be06a38ace (diff)
downloadffmpeg-streaming-fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3.zip
ffmpeg-streaming-fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3.tar.gz
Mark some arrays that never change as const.
Diffstat (limited to 'libavcodec/indeo4data.h')
-rw-r--r--libavcodec/indeo4data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo4data.h b/libavcodec/indeo4data.h
index be7c413..35ff404 100644
--- a/libavcodec/indeo4data.h
+++ b/libavcodec/indeo4data.h
@@ -60,7 +60,7 @@ static const uint8_t ivi4_horizontal_scan_4x4[16] = {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
};
-static const uint8_t *scan_index_to_tab[15] = {
+static const uint8_t * const scan_index_to_tab[15] = {
// for 8x8 transforms
ff_zigzag_direct,
ivi4_alternate_scan_8x8,
OpenPOWER on IntegriCloud