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

Unified Diff: webrtc/modules/video_coding/video_coding_impl.h

Issue 2119503002: Remove all old suspension logic. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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/video_coding_impl.h
diff --git a/webrtc/modules/video_coding/video_coding_impl.h b/webrtc/modules/video_coding/video_coding_impl.h
index 6f48a23dbbc7edc0af19608d096c8d70cc56518c..00bce1b99cf63be288c664b3a815d4d72525fb0d 100644
--- a/webrtc/modules/video_coding/video_coding_impl.h
+++ b/webrtc/modules/video_coding/video_coding_impl.h
@@ -89,9 +89,6 @@ class VideoSender : public Module {
int32_t IntraFrameRequest(size_t stream_index);
int32_t EnableFrameDropper(bool enable);
- void SuspendBelowMinBitrate();
- bool VideoSuspended() const;
-
int64_t TimeUntilNextProcess() override;
void Process() override;
« no previous file with comments | « webrtc/modules/video_coding/media_optimization_unittest.cc ('k') | webrtc/modules/video_coding/video_coding_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698