OSDN Git Service

Enable multiple pass by default
authorHaihao Xiang <haihao.xiang@intel.com>
Thu, 19 Jul 2018 08:14:46 +0000 (16:14 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 13 Aug 2018 02:55:05 +0000 (10:55 +0800)
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
src/i965_encoder_vp8.c

index 7f940f8..83fc9ec 100644 (file)
@@ -5119,7 +5119,7 @@ i965_encoder_vp8_vme_var_init(VADriverContextP ctx,
     vp8_context->brc_distortion_buffer_supported = 1;
     vp8_context->brc_constant_buffer_supported = 1;
     vp8_context->repak_supported = 1;
-    vp8_context->multiple_pass_brc_supported = 0;
+    vp8_context->multiple_pass_brc_supported = 1;
     vp8_context->is_first_frame = 1;
     vp8_context->is_first_two_frame = 1;
     vp8_context->gop_size = 30;