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:
Pohsiang (John) Hsu 2024-10-28 15:15:58 -07:00 committed by Marge Bot
parent 2704a30df0
commit 743f0a8df1

View file

@ -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