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

Unified Diff: webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc

Issue 2630333002: Drop frames until specified bitrate is achieved. (Closed)
Patch Set: rebase Created 3 years, 11 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/utility/default_video_bitrate_allocator.cc
diff --git a/webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc b/webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc
index 482c8ec3cf99e3ab5ae1965ae9437bb9a878f611..a914e8a44a58bee821196eb1c2c124d998df3b18 100644
--- a/webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc
+++ b/webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc
@@ -35,7 +35,6 @@ BitrateAllocation DefaultVideoBitrateAllocator::GetAllocation(
} else {
allocation.SetBitrate(0, 0, total_bitrate_bps);
}
-
kthelgason 2017/01/18 12:20:22 This snuck in by accident, sorry about that.
return allocation;
}

Powered by Google App Engine
This is Rietveld 408576698