summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/i965_encoder_vp8.c2
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;