Chromium Code Reviews| 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..0d5579ebd342922e678b08cc045388bf9e6f7e7a 100644 |
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor.cc |
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.cc |
| @@ -99,20 +99,7 @@ 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() {} |
|
brandtr
2017/06/29 09:04:04
Might as well remove ctor and dtor, since this is
åsapersson
2017/06/29 10:32:15
Done.
|
| TestConfig::~TestConfig() {} |