mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 05:50:14 +01:00
pipe: add PIPE_VIDEO_CAP_ENC_MAX_LONG_TERM_REFERENCES_PER_FRAME for H264/H265 encode
Signed-off-by: Pohsiang Hsu <pohhsu@microsoft.com> Reviewed-by: Sil Vilerino <sivileri@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34844>
This commit is contained in:
parent
2704a30df0
commit
743f0a8df1
1 changed files with 4 additions and 0 deletions
|
|
@ -173,6 +173,10 @@ enum pipe_video_cap
|
|||
*/
|
||||
PIPE_VIDEO_CAP_VPP_SUPPORT_HDR_INPUT = 53,
|
||||
PIPE_VIDEO_CAP_VPP_SUPPORT_HDR_OUTPUT = 54,
|
||||
/*
|
||||
* Video encode max long term references supported
|
||||
*/
|
||||
PIPE_VIDEO_CAP_ENC_MAX_LONG_TERM_REFERENCES_PER_FRAME = 55,
|
||||
};
|
||||
|
||||
enum pipe_video_h264_enc_dbk_filter_mode_flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue