Merge "fix a build error"

This commit is contained in:
Yaowu Xu 2013-07-22 13:02:15 -07:00 committed by Gerrit Code Review
commit 6261d79206

View File

@ -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++) {