summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-27 19:17:23 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-27 19:17:23 +0100
commitbf6102044d47d2ea7b27d861672c046a32a1427b (patch)
treedb938c4873c802ab6ed55ad04d472363d84b9ffb /libavcodec/dvdec.c
parent23a90768a87432ae945a97c7e9e90c53330b9f74 (diff)
downloadffmpeg-streaming-bf6102044d47d2ea7b27d861672c046a32a1427b.zip
ffmpeg-streaming-bf6102044d47d2ea7b27d861672c046a32a1427b.tar.gz
avcodec/dvdec: Make dv_iweight_720_c static
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dvdec.c')
-rw-r--r--libavcodec/dvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c
index 99fe1f4..388bbf2 100644
--- a/libavcodec/dvdec.c
+++ b/libavcodec/dvdec.c
@@ -116,7 +116,7 @@ static const uint16_t dv_iweight_720_y[64] = {
96, 98, 96, 88, 96, 98, 202, 196,
196, 202, 208, 218, 208, 232, 232, 246,
};
-const uint16_t dv_iweight_720_c[64] = {
+static const uint16_t dv_iweight_720_c[64] = {
128, 24, 24, 26, 26, 26, 36, 36,
36, 36, 36, 36, 38, 36, 36, 38,
38, 38, 38, 38, 38, 84, 76, 80,
OpenPOWER on IntegriCloud