Index: source/libvpx/vp9/encoder/vp9_segmentation.c |
=================================================================== |
--- source/libvpx/vp9/encoder/vp9_segmentation.c (revision 240950) |
+++ source/libvpx/vp9/encoder/vp9_segmentation.c (working copy) |
@@ -149,7 +149,7 @@ |
// Store the prediction status for this mb and update counts |
// as appropriate |
- vp9_set_pred_flag_seg_id(xd, pred_flag); |
+ xd->mi_8x8[0]->mbmi.seg_id_predicted = pred_flag; |
temporal_predictor_count[pred_context][pred_flag]++; |
if (!pred_flag) |