diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-27 19:17:23 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-27 19:17:23 +0100 |
commit | bf6102044d47d2ea7b27d861672c046a32a1427b (patch) | |
tree | db938c4873c802ab6ed55ad04d472363d84b9ffb /libavcodec | |
parent | 23a90768a87432ae945a97c7e9e90c53330b9f74 (diff) | |
download | ffmpeg-bf6102044d47d2ea7b27d861672c046a32a1427b.tar.gz |
avcodec/dvdec: Make dv_iweight_720_c static
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/dvdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c index 99fe1f4981..388bbf2fee 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, |