]> granicus.if.org Git - libvpx/blobdiff - test/borders_test.cc
Minor adjustment in unit tests
[libvpx] / test / borders_test.cc
index efaedb9d2c58744a3db69019a0c04fc7f5a271ce..dcdedcfab66e01136ece07498d6b9265c54e9b68 100644 (file)
@@ -30,7 +30,7 @@ class BordersTest : public ::libvpx_test::EncoderTest,
   virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
                                   ::libvpx_test::Encoder *encoder) {
     if (video->frame() == 1) {
-      encoder->Control(VP8E_SET_CPUUSED, 0);
+      encoder->Control(VP8E_SET_CPUUSED, 1);
       encoder->Control(VP8E_SET_ENABLEAUTOALTREF, 1);
       encoder->Control(VP8E_SET_ARNR_MAXFRAMES, 7);
       encoder->Control(VP8E_SET_ARNR_STRENGTH, 5);