Skip to content
Snippets Groups Projects
Commit 78cfab4b authored by Tristan Matthews's avatar Tristan Matthews
Browse files

bitstream: remove dead assignment

Change-Id: I2a4c394e885075a5c16986335feb363c49991916
parent 6b1140c7
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,6 @@ static void update_ext_tx_probs(VP10_COMMON *cm, vpx_writer *w) {
}
}
savings = 0;
do_update = 0;
for (i = TX_4X4; i < EXT_TX_SIZES; ++i) {
savings += prob_diff_update_savings(
vp10_ext_tx_tree, cm->fc->inter_ext_tx_prob[i],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment