mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 21:10:16 +01:00
radeonsi/uvd: Set H264 gaps_in_frame_num_value_allowed_flag
Cc: mesa-stable Reviewed-by: Ruijing Dong <ruijing.dong@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36223>
This commit is contained in:
parent
51bec616d0
commit
4df3e56fe2
1 changed files with 1 additions and 0 deletions
|
|
@ -513,6 +513,7 @@ static struct ruvd_h264 get_h264_msg(struct ruvd_decoder *dec, struct pipe_h264_
|
|||
result.sps_info_flags |= pic->pps->sps->mb_adaptive_frame_field_flag << 1;
|
||||
result.sps_info_flags |= pic->pps->sps->frame_mbs_only_flag << 2;
|
||||
result.sps_info_flags |= pic->pps->sps->delta_pic_order_always_zero_flag << 3;
|
||||
result.sps_info_flags |= pic->pps->sps->gaps_in_frame_num_value_allowed_flag << 5;
|
||||
|
||||
result.chroma_format = pic->pps->sps->chroma_format_idc;
|
||||
result.bit_depth_luma_minus8 = pic->pps->sps->bit_depth_luma_minus8;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue