mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/hevc_ps: Change scaling_list_dc_coef to 8 bit
Suggested-by: James Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
f1700bd8bb
commit
ad20a4f92b
@ -783,7 +783,7 @@ static void set_default_scaling_list_data(ScalingList *sl)
|
||||
static int scaling_list_data(GetBitContext *gb, AVCodecContext *avctx, ScalingList *sl, HEVCSPS *sps)
|
||||
{
|
||||
uint8_t scaling_list_pred_mode_flag;
|
||||
int32_t scaling_list_dc_coef[2][6];
|
||||
uint8_t scaling_list_dc_coef[2][6];
|
||||
int size_id, matrix_id, pos;
|
||||
int i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user