OSDN Git Service

ENC: disable MVC feature of AVC encoder on SKL/APL/KBL
[android-x86/hardware-intel-common-vaapi.git] / src / i965_device_info.c
index 4b61468..932095a 100644 (file)
@@ -359,7 +359,7 @@ static struct hw_codec_info skl_hw_codec_info = {
     .has_di_motion_compensated = 1,
     .has_vp8_decoding = 1,
     .has_vp8_encoding = 1,
-    .has_h264_mvc_encoding = 1,
+    .has_h264_mvc_encoding = 0,
     .has_hevc_decoding = 1,
     .has_hevc_encoding = 1,
     .has_lp_h264_encoding = 1,
@@ -414,7 +414,7 @@ static struct hw_codec_info bxt_hw_codec_info = {
     .has_di_motion_compensated = 1,
     .has_vp8_decoding = 1,
     .has_vp8_encoding = 1,
-    .has_h264_mvc_encoding = 1,
+    .has_h264_mvc_encoding = 0,
     .has_hevc_decoding = 1,
     .has_hevc_encoding = 1,
     .has_hevc10_decoding = 1,
@@ -475,7 +475,7 @@ static struct hw_codec_info kbl_hw_codec_info = {
     .has_di_motion_compensated = 1,
     .has_vp8_decoding = 1,
     .has_vp8_encoding = 1,
-    .has_h264_mvc_encoding = 1,
+    .has_h264_mvc_encoding = 0,
     .has_hevc_decoding = 1,
     .has_hevc_encoding = 1,
     .has_hevc10_encoding = 1,