summaryrefslogtreecommitdiff
path: root/test/cpu_speed_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpu_speed_test.cc')
-rw-r--r--test/cpu_speed_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cpu_speed_test.cc b/test/cpu_speed_test.cc
index be651b4fe..ca201bbc7 100644
--- a/test/cpu_speed_test.cc
+++ b/test/cpu_speed_test.cc
@@ -37,7 +37,6 @@ class CpuSpeedTest : public ::libvpx_test::EncoderTest,
encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);
- encoder->Control(VP8E_SET_ARNR_TYPE, 3);
}
}