Merge "Avoid the use of uninitialized value in ActiveMap encoding route" into nextgenv2

This commit is contained in:
Yaowu Xu
2016-10-24 19:21:29 +00:00
committed by Gerrit Code Review

View File

@@ -9782,6 +9782,7 @@ void av1_rd_pick_inter_mode_sb_seg_skip(const AV1_COMP *cpi,
#else // CONFIG_GLOBAL_MOTION
mbmi->mv[0].as_int = 0;
#endif // CONFIG_GLOBAL_MOTION
mbmi->tx_size = max_txsize_lookup[bsize];
x->skip = 1;
#if CONFIG_REF_MV