summaryrefslogtreecommitdiff
path: root/libavcodec/escape130.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-03-17 11:51:07 +0100
committerDiego Biurrun <diego@biurrun.de>2016-03-30 17:19:13 +0200
commitbd016dbf23e8e7dc34ff2696912575f7620cec0d (patch)
tree3cb62bcfeb5aa2d84397e3413c535a525146df5e /libavcodec/escape130.c
parent061dc20351bf3b8a237216d2b39d3a3b736d1916 (diff)
Mark tables used only within their files as static
Diffstat (limited to 'libavcodec/escape130.c')
-rw-r--r--libavcodec/escape130.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/escape130.c b/libavcodec/escape130.c
index f134138f77..e69e42e7f0 100644
--- a/libavcodec/escape130.c
+++ b/libavcodec/escape130.c
@@ -105,7 +105,7 @@ static const int8_t chroma_adjust[2][8] = {
{ 0, 1, 1, 1, 0, -1, -1, -1 }
};
-const uint8_t chroma_vals[] = {
+static const uint8_t chroma_vals[] = {
20, 28, 36, 44, 52, 60, 68, 76,
84, 92, 100, 106, 112, 116, 120, 124,
128, 132, 136, 140, 144, 150, 156, 164,