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

Unified Diff: webrtc/modules/video_coding/test/test_util.cc

Issue 1882733006: Delete I420 encoder and decoder. Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Delete i420 directory from PRESUBMIT.py. Created 4 years, 8 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
« no previous file with comments | « webrtc/modules/video_coding/test/test_util.h ('k') | webrtc/modules/video_coding/test/tester_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {}
« no previous file with comments | « webrtc/modules/video_coding/test/test_util.h ('k') | webrtc/modules/video_coding/test/tester_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698