mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
vl: add poc type
Different from vce encoding, vcn encoding requires driver side to encode bitstream header, such as pps, sps and slice header. pic_order_cnt_type is a required variable when encoding both sps and slice header, therefore we need to add this new variable here, and hold the value passed from st, e.g. vaapi interface Signed-off-by: Boyuan Zhang <boyuan.zhang@amd.com> Acked-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
c445cdf649
commit
76e0dcd5a9
1 changed files with 1 additions and 0 deletions
|
|
@ -400,6 +400,7 @@ struct pipe_h264_enc_picture_desc
|
|||
unsigned idr_pic_id;
|
||||
unsigned gop_cnt;
|
||||
unsigned pic_order_cnt;
|
||||
unsigned pic_order_cnt_type;
|
||||
unsigned ref_idx_l0;
|
||||
unsigned ref_idx_l1;
|
||||
unsigned gop_size;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue