ref: ab7cd6d0689fbc1ba84a5460a1d81cfb20d3807c
parent: f9efbad392f001c59a38733f61e53611348f7fc5
author: paulwilkins <paulwilkins@google.com>
date: Wed Aug 17 07:14:44 EDT 2016
Add {} to try and keep Jenkins happy. Change-Id: If1ca3cf83e058317c9751d7da6caa7cd75eb6845
--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -2399,10 +2399,11 @@
TWO_PASS *const twopass = &cpi->twopass;
GF_GROUP *const gf_group = &twopass->gf_group;
if ((cpi->oxcf.pass == 2) &&
- (gf_group->index == gf_group->first_inter_index))
+ (gf_group->index == gf_group->first_inter_index)) {
return 1;
- else
+ } else {
return 0;
+ }
}
// Function to test for conditions that indicate we should loop