Add matching brace in aomenc.c
Change-Id: Iccb75d5204f0f52f2c7d6e18d1f8223ce10f68ba
This commit is contained in:
3
aomenc.c
3
aomenc.c
@@ -2064,8 +2064,9 @@ int main(int argc, const char **argv_) {
|
|||||||
print_time("ETA", estimated_time_left);
|
print_time("ETA", estimated_time_left);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else
|
} else {
|
||||||
frame_avail = 0;
|
frame_avail = 0;
|
||||||
|
}
|
||||||
|
|
||||||
if (frames_in > global.skip_frames) {
|
if (frames_in > global.skip_frames) {
|
||||||
#if CONFIG_AOM_HIGHBITDEPTH
|
#if CONFIG_AOM_HIGHBITDEPTH
|
||||||
|
@@ -1719,8 +1719,7 @@ static void decode_partition(AV1Decoder *const pbi, MACROBLOCKD *const xd,
|
|||||||
#else
|
#else
|
||||||
if (supertx_size < TX_32X32) {
|
if (supertx_size < TX_32X32) {
|
||||||
txfm = aom_read_tree(r, av1_ext_tx_tree,
|
txfm = aom_read_tree(r, av1_ext_tx_tree,
|
||||||
cm->fc->inter_ext_tx_prob[supertx_size],
|
cm->fc->inter_ext_tx_prob[supertx_size], ACCT_STR);
|
||||||
ACCT_STR);
|
|
||||||
if (xd->counts) ++xd->counts->inter_ext_tx[supertx_size][txfm];
|
if (xd->counts) ++xd->counts->inter_ext_tx[supertx_size][txfm];
|
||||||
}
|
}
|
||||||
#endif // CONFIG_EXT_TX
|
#endif // CONFIG_EXT_TX
|
||||||
|
Reference in New Issue
Block a user