Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc |
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc |
index 9162b92f9a5ed4006706e19db089b1508fed8831..163c6f1b5aa03f7558a413b60ee9617a78bc952a 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest_libvpx.cc |
@@ -44,7 +44,8 @@ class VideoProcessorIntegrationTestLibvpx |
// Only allow encoder/decoder to use single core, for predictability. |
config_.use_single_core = true; |
config_.verbose = false; |
- config_.hw_codec = false; |
+ config_.hw_encoder = false; |
+ config_.hw_decoder = false; |
} |
}; |