Commit bf610204 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/dvdec: Make dv_iweight_720_c static

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 23a90768
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment