| Index: webrtc/modules/video_coding/test/test_util.cc
|
| diff --git a/webrtc/modules/video_coding/test/test_util.cc b/webrtc/modules/video_coding/test/test_util.cc
|
| index 8f5c55f9ba439ae126d4fc7851c39a9e6e406cf8..a92721573a4570881cfb35e9162fb2ac8c715e1e 100644
|
| --- a/webrtc/modules/video_coding/test/test_util.cc
|
| +++ b/webrtc/modules/video_coding/test/test_util.cc
|
| @@ -21,12 +21,7 @@
|
| #include "webrtc/test/testsupport/fileutils.h"
|
|
|
| CmdArgs::CmdArgs()
|
| - : codecName("VP8"),
|
| - codecType(webrtc::kVideoCodecVP8),
|
| - width(352),
|
| - height(288),
|
| - rtt(0),
|
| - inputFile(webrtc::test::ResourcePath("foreman_cif", "yuv")),
|
| + : inputFile(webrtc::test::ResourcePath("foreman_cif", "yuv")),
|
| outputFile(webrtc::test::OutputPath() +
|
| "video_coding_test_output_352x288.yuv") {}
|
|
|
|
|