From: Angie Chiang Date: Wed, 18 Sep 2019 22:02:52 +0000 (-0700) Subject: Remove redundant comment X-Git-Tag: v1.8.2~108^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55564969bea20e54fc4775fdd3c5f3471047df97;p=libvpx Remove redundant comment Change-Id: I2020d21701ec7a7b018c4063918232098124d033 --- diff --git a/vp9/encoder/vp9_encoder.c b/vp9/encoder/vp9_encoder.c index 36de9a400..6b2adaea5 100644 --- a/vp9/encoder/vp9_encoder.c +++ b/vp9/encoder/vp9_encoder.c @@ -7138,9 +7138,6 @@ static void init_tpl_buffer(VP9_COMP *cpi) { #if CONFIG_NON_GREEDY_MV int rf_idx; - // TODO(angiebird): This probably needs further modifications to support - // frame scaling later on. - if (cpi->feature_score_loc_alloc == 0) { // The smallest block size of motion field is 4x4, but the mi_unit is 8x8, // therefore the number of units is "mi_rows * mi_cols * 4" here.