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

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

Issue 3009963002: Add ability to instantiate VideoEncoderSoftwareFallback in VP tests. (Closed)
Patch Set: Rebase. 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.cc
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
index fab707fe82e157ea1e7cfa33b355e06663605a02..741ff9ff5493fb577eafc5d5f00cbbb55b0a9a9d 100644
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.cc
@@ -94,7 +94,7 @@ void PrintCodecSettings(const VideoCodec& codec_settings) {
void VerifyQpParser(const EncodedImage& encoded_frame,
const TestConfig& config) {
- if (config.hw_codec)
+ if (config.hw_encoder)
return;
int qp;

Powered by Google App Engine
This is Rietveld 408576698