Add matching brace in aomenc.c

Change-Id: Iccb75d5204f0f52f2c7d6e18d1f8223ce10f68ba
This commit is contained in:
hui su
2016-10-03 15:48:43 -07:00
parent 66b1fcc924
commit 251e151c3d
2 changed files with 3 additions and 3 deletions

View File

@@ -2064,8 +2064,9 @@ int main(int argc, const char **argv_) {
print_time("ETA", estimated_time_left);
}
} else
} else {
frame_avail = 0;
}
if (frames_in > global.skip_frames) {
#if CONFIG_AOM_HIGHBITDEPTH

View File

@@ -1719,8 +1719,7 @@ static void decode_partition(AV1Decoder *const pbi, MACROBLOCKD *const xd,
#else
if (supertx_size < TX_32X32) {
txfm = aom_read_tree(r, av1_ext_tx_tree,
cm->fc->inter_ext_tx_prob[supertx_size],
ACCT_STR);
cm->fc->inter_ext_tx_prob[supertx_size], ACCT_STR);
if (xd->counts) ++xd->counts->inter_ext_tx[supertx_size][txfm];
}
#endif // CONFIG_EXT_TX