Merge "fix a build error"
This commit is contained in:
commit
6261d79206
@ -2189,7 +2189,7 @@ static int64_t rd_pick_best_mbsegmentation(VP9_COMP *cpi, MACROBLOCK *x,
|
||||
|
||||
rd_check_segment_txsize(cpi, x, bsi_buf, filter_idx, seg_mvs, mi_row, mi_col);
|
||||
|
||||
if (bsi.segment_rd > best_rd)
|
||||
if (bsi->segment_rd > best_rd)
|
||||
return INT64_MAX;
|
||||
/* set it to the best */
|
||||
for (i = 0; i < 4; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user