Merge "Fix ec_adapt+daala_ec test failure" into nextgenv2

This commit is contained in:
Yaowu Xu
2016-10-30 16:22:05 +00:00
committed by Gerrit Code Review

View File

@@ -374,7 +374,7 @@ void av1_choose_segmap_coding_method(AV1_COMMON *cm, MACROBLOCKD *xd) {
} else {
seg->temporal_update = 0;
}
#if CONFIG_DAALA_EC
#if !CONFIG_EC_ADAPT && CONFIG_DAALA_EC
av1_tree_to_cdf(av1_segment_tree, segp->tree_probs, segp->tree_cdf);
#endif
}