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