fix a build error
Change-Id: I3b05687f439ff6a7c426d2c97a6c58c831fa51ac
This commit is contained in:
parent
416f315e82
commit
fc186dcad6
@ -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…
x
Reference in New Issue
Block a user