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

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

Issue 2956243002: Add SetCodecSettings method for configuring VideoCodec settings. (Closed)
Patch Set: address comment Created 3 years, 6 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.cc
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
index 21fd67fbee84b749d6ed689c0dd8d92c8f28f3d4..9b8b72a42dc3ea1cc7a0704870b46794eb0ef20d 100644
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
@@ -99,23 +99,6 @@ const char* ExcludeFrameTypesToStr(ExcludeFrameTypes e) {
}
}
-TestConfig::TestConfig()
- : name(""),
- description(""),
- test_number(0),
- input_filename(""),
- output_filename(""),
- output_dir("out"),
- networking_config(),
- exclude_frame_types(kExcludeOnlyFirstKeyFrame),
- frame_length_in_bytes(0),
- use_single_core(false),
- keyframe_interval(0),
- codec_settings(nullptr),
- verbose(true) {}
-
-TestConfig::~TestConfig() {}
-
VideoProcessorImpl::VideoProcessorImpl(webrtc::VideoEncoder* encoder,
webrtc::VideoDecoder* decoder,
FrameReader* analysis_frame_reader,

Powered by Google App Engine
This is Rietveld 408576698