From: hui su Date: Mon, 3 Oct 2016 22:48:43 +0000 (-0700) Subject: Add matching brace in aomenc.c X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=251e151c3dbfcb0eb569f0f90d89c6a86e25a25e;p=libvpx Add matching brace in aomenc.c Change-Id: Iccb75d5204f0f52f2c7d6e18d1f8223ce10f68ba --- diff --git a/aomenc.c b/aomenc.c index 3f9a87d0e..edd89ee1b 100644 --- a/aomenc.c +++ b/aomenc.c @@ -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 diff --git a/av1/decoder/decodeframe.c b/av1/decoder/decodeframe.c index 67445720a..6b13e256d 100644 --- a/av1/decoder/decodeframe.c +++ b/av1/decoder/decodeframe.c @@ -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