Index: webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc |
diff --git a/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc |
index 468a718a88cdd36a1a73f03564a3d75463fc5400..b8f152d7ab5b0026746d97e4daf5c3769755f7d4 100644 |
--- a/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc |
+++ b/webrtc/modules/video_coding/codecs/test/plot_videoprocessor_integrationtest.cc |
@@ -30,7 +30,6 @@ const bool kSpatialResizeOn = false; |
const bool kFrameDropperOn = false; |
// Test settings. |
-const bool kBatchMode = true; |
const bool kVerboseLogging = true; |
const float kPacketLoss = 0.0f; |
const VisualizationParams kVisualizationParams = { |
@@ -59,7 +58,7 @@ class PlotVideoProcessorIntegrationTest |
int framerate, |
const std::string& filename) { |
SetTestConfig(&config_, hw_codec_, kUseSingleCore, kPacketLoss, filename, |
- kVerboseLogging, kBatchMode); |
+ kVerboseLogging); |
SetCodecSettings(&config_, codec_type_, kNumTemporalLayers, |
kErrorConcealmentOn, kDenoisingOn, kFrameDropperOn, |
kSpatialResizeOn, kResilienceOn, width, height); |