mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
pipe: add gaps_in_frame for h264
Add gaps_in_frame_num_value_allowed_flag to h264 sps struct. Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com> Reviewed-by: David Rosca <david.rosca@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36056>
This commit is contained in:
parent
75b92990a0
commit
587102196c
1 changed files with 1 additions and 0 deletions
|
|
@ -404,6 +404,7 @@ struct pipe_h264_sps
|
|||
uint8_t mb_adaptive_frame_field_flag;
|
||||
uint8_t direct_8x8_inference_flag;
|
||||
uint8_t MinLumaBiPredSize8x8;
|
||||
uint8_t gaps_in_frame_num_value_allowed_flag;
|
||||
uint32_t pic_width_in_mbs_minus1;
|
||||
uint32_t pic_height_in_mbs_minus1;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue