]> granicus.if.org Git - libvpx/commitdiff
Remove redundant comment
authorAngie Chiang <angiebird@google.com>
Wed, 18 Sep 2019 22:02:52 +0000 (15:02 -0700)
committerAngie Chiang <angiebird@google.com>
Wed, 18 Sep 2019 22:02:52 +0000 (15:02 -0700)
Change-Id: I2020d21701ec7a7b018c4063918232098124d033

vp9/encoder/vp9_encoder.c

index 36de9a400c54c4db0fe5e530afe5953f6c12b57d..6b2adaea500db0b833e0a3e4d67d22d8d788c5a4 100644 (file)
@@ -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.