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

Unified Diff: webrtc/video/vie_encoder.cc

Issue 2558243003: Reland of Add ability to scale to arbitrary factors (Closed)
Patch Set: Fix bug and add test Created 4 years 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/video/vie_encoder.cc
diff --git a/webrtc/video/vie_encoder.cc b/webrtc/video/vie_encoder.cc
index de6b9a8a636ed91f912f5f50a802d9a15fadc2be..b68bcee217760618ff7c5eb4163ff67c4f71a068 100644
--- a/webrtc/video/vie_encoder.cc
+++ b/webrtc/video/vie_encoder.cc
@@ -717,7 +717,7 @@ void ViEEncoder::ScaleDown(ScaleReason reason) {
LOG(LS_INFO) << "Scaling down resolution.";
for (size_t i = 0; i < kScaleReasonSize; ++i) {
LOG(LS_INFO) << "Scaled " << scale_counter_[i]
- << " times for reason: " << (i ? "quality" : "cpu");
+ << " times for reason: " << (i ? "cpu" : "quality");
}
}
« webrtc/media/base/videoadapter.cc ('K') | « webrtc/sdk/android/src/jni/androidvideotracksource.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698