shithub: libvpx

Download patch

ref: 8121f85473b28183c93fdcef290ed6f74b0b52db
parent: 47d6f16a047ea5b5344c7bae0b85d43263f1b26f
author: Yunqing Wang <yunqingwang@google.com>
date: Fri Feb 24 13:31:21 EST 2017

Remove an old leftover comment

Removed an old comment that wasn't true anymore.

Change-Id: I286ad8d7cb2843070a55e45a599d26bc226d6bd7

--- a/test/vp9_ethread_test.cc
+++ b/test/vp9_ethread_test.cc
@@ -82,7 +82,6 @@
       encoder->Control(VP8E_SET_ARNR_TYPE, 3);
       encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING, 0);
 
-      // For now, new_mt_mode only works for 2-pass encoding.
       if (encoding_mode_ == ::libvpx_test::kTwoPassGood)
         encoder->Control(VP9E_SET_NEW_MT, new_mt_mode_);