shithub: libvpx

Download patch

ref: 616f02c1700e54d584e93b9071e56ef9ecc5b05a
parent: 4c79c104168ce59a4b2bc352b743d4de9490b6d8
parent: 55564969bea20e54fc4775fdd3c5f3471047df97
author: Angie Chiang <angiebird@google.com>
date: Thu Sep 19 13:47:07 EDT 2019

Merge "Remove redundant comment"

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