mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
avcodec/vp3data: use more compact data type
This commit is contained in:
parent
038d291b70
commit
2659a0fe36
@ -73,7 +73,7 @@ static const uint8_t vp31_dc_scale_factor[64] = {
|
||||
20, 10, 10, 10, 10, 10, 10, 10
|
||||
};
|
||||
|
||||
static const uint32_t vp31_ac_scale_factor[64] = {
|
||||
static const uint16_t vp31_ac_scale_factor[64] = {
|
||||
500, 450, 400, 370, 340, 310, 285, 265,
|
||||
245, 225, 210, 195, 185, 180, 170, 160,
|
||||
150, 145, 135, 130, 125, 115, 110, 107,
|
||||
|
Loading…
Reference in New Issue
Block a user