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>
(cherry picked from commit 587102196c)
This commit is contained in:
Boyuan Zhang 2025-07-09 11:57:53 -04:00 committed by Eric Engestrom
parent f259cedef6
commit 20ef415020
2 changed files with 2 additions and 1 deletions

View file

@ -6024,7 +6024,7 @@
"description": "pipe: add gaps_in_frame for h264",
"nominated": false,
"nomination_type": 0,
"resolution": 4,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -397,6 +397,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;
};