pipe: Add PIPE_VIDEO_CAP_ENC_INTRA_REFRESH_MAX_DURATION

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26223>
This commit is contained in:
Sil Vilerino 2023-11-14 10:28:19 -05:00 committed by Marge Bot
parent 44a3bfcc67
commit 10eb9296fe

View file

@ -148,6 +148,10 @@ enum pipe_video_cap
* supported modes to set in disable_deblocking_filter_idc
*/
PIPE_VIDEO_CAP_ENC_H264_DISABLE_DBK_FILTER_MODES_SUPPORTED = 45,
/* max number of intra refresh cycles before the beginning of a new
* intra-refresh wave (e.g pipe_enc_intra_refresh.offset is 0 again)
*/
PIPE_VIDEO_CAP_ENC_INTRA_REFRESH_MAX_DURATION = 46,
};
enum pipe_video_h264_enc_dbk_filter_mode_flags