Only CQP mode is supported by now
Signed-off-by: Xiang, Haihao <[email protected]>
Reviewed-By: Sean V Kelley <[email protected]>
---
src/i965_device_info.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/i965_device_info.c b/src/i965_device_info.c
index 5303643..0d9f2cd 100644
--- a/src/i965_device_info.c
+++ b/src/i965_device_info.c
@@ -357,6 +357,9 @@ static struct hw_codec_info skl_hw_codec_info = {
.has_h264_mvc_encoding = 1,
.has_hevc_decoding = 1,
.has_hevc_encoding = 1,
+ .has_lp_h264_encoding = 1,
+
+ .lp_h264_brc_mode = VA_RC_CQP,
.num_filters = 5,
.filters = {
--
1.9.1
_______________________________________________
Libva mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libva