Merge "cosmetics"

This commit is contained in:
pascal massimino
2014-08-06 12:30:08 -07:00
committed by Gerrit Code Review
6 changed files with 14 additions and 14 deletions

View File

@ -508,7 +508,7 @@ static void StoreSideInfo(const VP8EncIterator* const it) {
}
case 7: *info = mb->alpha_; break;
default: *info = 0; break;
};
}
}
#if SEGMENT_VISU // visualize segments and prediction modes
SetBlock(it->yuv_out_ + Y_OFF, mb->segment_ * 64, 16);