diff --git a/vp10/encoder/rdopt.c b/vp10/encoder/rdopt.c index c1a5abc3c2c0b4849d85959350a4c9be6211984f..2267a9594ad816312279d6bca9081f71d28acfbb 100644 --- a/vp10/encoder/rdopt.c +++ b/vp10/encoder/rdopt.c @@ -3705,7 +3705,7 @@ static int64_t rd_pick_intra_sbuv_mode(VP10_COMP *cpi, MACROBLOCK *x, this_rate += write_uniform_cost(2 * MAX_ANGLE_DELTAS + 1, MAX_ANGLE_DELTAS + mbmi->angle_delta[1]); - if (mode == DC_PRED && 0) + if (mode == DC_PRED) this_rate += vp10_cost_bit(cpi->common.fc->ext_intra_probs[1], 0); #else if (!super_block_uvrd(cpi, x, &this_rate_tokenonly,