diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2018-07-19 16:14:46 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2018-08-13 10:55:05 +0800 |
commit | edafd706539433796a4e4478dd16ec979aa0239c (patch) | |
tree | e04ed553118bcffcaded915a7c44cd9cf626c853 /src/i965_encoder_vp8.c | |
parent | fd79f756ce01432122cf2e9463fc8fe86f894449 (diff) | |
download | libva-intel-driver-edafd706539433796a4e4478dd16ec979aa0239c.tar.gz |
Enable multiple pass by default
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'src/i965_encoder_vp8.c')
-rw-r--r-- | src/i965_encoder_vp8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i965_encoder_vp8.c b/src/i965_encoder_vp8.c index 7f940f8c..83fc9ec9 100644 --- a/src/i965_encoder_vp8.c +++ b/src/i965_encoder_vp8.c @@ -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; |