From bf6102044d47d2ea7b27d861672c046a32a1427b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 27 Feb 2015 19:17:23 +0100 Subject: avcodec/dvdec: Make dv_iweight_720_c static Signed-off-by: Michael Niedermayer --- libavcodec/dvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3