projects
/
platform
/
upstream
/
libvpx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d6f16
)
Remove an old leftover comment
author
Yunqing Wang
<yunqingwang@google.com>
Sat, 25 Feb 2017 02:31:21 +0000
(18:31 -0800)
committer
Yunqing Wang
<yunqingwang@google.com>
Sat, 25 Feb 2017 02:31:21 +0000
(18:31 -0800)
Removed an old comment that wasn't true anymore.
Change-Id: I286ad8d7cb2843070a55e45a599d26bc226d6bd7
test/vp9_ethread_test.cc
patch
|
blob
|
history
diff --git
a/test/vp9_ethread_test.cc
b/test/vp9_ethread_test.cc
index
1407e29
..
208d77d
100644
(file)
--- a/
test/vp9_ethread_test.cc
+++ b/
test/vp9_ethread_test.cc
@@
-82,7
+82,6
@@
class VPxFirstPassEncoderThreadTest
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_);