shithub: libvpx

Download patch

ref: 55564969bea20e54fc4775fdd3c5f3471047df97
parent: b3a42feb0cdd51daa09b06ce0bb49c030cabcc65
author: Angie Chiang <angiebird@google.com>
date: Wed Sep 18 11:02:52 EDT 2019

Remove redundant comment

Change-Id: I2020d21701ec7a7b018c4063918232098124d033

--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -7138,9 +7138,6 @@
 #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.