mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 20:37:04 +00:00
avcodec/dvdec: Make dv_iweight_720_c static
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
23a90768a8
commit
bf6102044d
@ -116,7 +116,7 @@ static const uint16_t dv_iweight_720_y[64] = {
|
|||||||
96, 98, 96, 88, 96, 98, 202, 196,
|
96, 98, 96, 88, 96, 98, 202, 196,
|
||||||
196, 202, 208, 218, 208, 232, 232, 246,
|
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,
|
128, 24, 24, 26, 26, 26, 36, 36,
|
||||||
36, 36, 36, 36, 38, 36, 36, 38,
|
36, 36, 36, 36, 38, 36, 36, 38,
|
||||||
38, 38, 38, 38, 38, 84, 76, 80,
|
38, 38, 38, 38, 38, 84, 76, 80,
|
||||||
|
Loading…
Reference in New Issue
Block a user