Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc

Issue 3005993002: Delete video_quality_measurement. (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
index f90e5dd2f6728a37eea59525cea4d1b9dc944b8e..b52bb2b1cea08c2393d9c3c589121eeaca4fd3bc 100644
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
@@ -137,9 +137,6 @@ void VideoProcessorIntegrationTest::SetCodecSettings(TestConfig* config,
RTC_NOTREACHED();
break;
}
-
- config->frame_length_in_bytes =
- CalcBufferSize(VideoType::kI420, width, height);
}
void VideoProcessorIntegrationTest::SetRateProfile(

Powered by Google App Engine
This is Rietveld 408576698