summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-07-26 22:17:41 +0000
committerPaul B Mahol <onemda@gmail.com>2013-07-27 12:02:18 +0000
commit3ea5d01a12ed0addd03f1fc33b1e9de350198256 (patch)
tree6d7a850c1de5cb61ccebf4edc7abe55e4b77fe97 /libavcodec
parent6dbcecd78e022493866fe39e30743284acc550b3 (diff)
escape130: make "chroma_vals" static
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/escape130.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/escape130.c b/libavcodec/escape130.c
index e769a81aa4..eb6a26e22b 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,