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

Unified Diff: webrtc/video/vie_encoder.h

Issue 2538913003: Remove limit on how often quality scaling downscales. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/vie_encoder.h
diff --git a/webrtc/video/vie_encoder.h b/webrtc/video/vie_encoder.h
index 12669622d12ebf89f9f7616fa88cf15905e4a96b..ed6235e50a247bd26420aa438bacd91436889403 100644
--- a/webrtc/video/vie_encoder.h
+++ b/webrtc/video/vie_encoder.h
@@ -64,7 +64,7 @@ class ViEEncoder : public rtc::VideoSinkInterface<VideoFrame>,
// Downscale resolution at most 2 times for CPU reasons.
static const int kMaxCpuDowngrades = 2;
// Downscale resolution at most 2 times for low-quality reasons.
stefan-webrtc 2016/11/30 10:42:13 4 times... :) Or remove that part of the comment..
- static const int kMaxQualityDowngrades = 2;
+ static const int kMaxQualityDowngrades = 4;
ViEEncoder(uint32_t number_of_cores,
SendStatisticsProxy* stats_proxy,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698