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

Unified Diff: webrtc/modules/video_coding/codecs/vp8/temporal_layers.h

Issue 2755663003: Remove unused RealTimeTemporalLayers. (Closed)
Patch Set: Created 3 years, 9 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/vp8/temporal_layers.h
diff --git a/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h b/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
index ad3a205c622c0a936da067be5b743312dedb9683..bf3e49aed6618f3aaf447bf4909e42303910e114 100644
--- a/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
+++ b/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h
@@ -77,18 +77,6 @@ class ScreenshareTemporalLayersFactory : public webrtc::TemporalLayersFactory {
uint8_t initial_tl0_pic_idx) const override;
};
-// Factory for a temporal layers strategy that adaptively changes the number of
-// layers based on input frame rate so that the base layer has an acceptable
-// frame rate. See realtime_temporal_layers.cc
-class RealTimeTemporalLayersFactory : public TemporalLayersFactory {
- public:
- RealTimeTemporalLayersFactory() {}
- ~RealTimeTemporalLayersFactory() override {}
- TemporalLayers* Create(int simulcast_id,
- int num_temporal_layers,
- uint8_t initial_tl0_pic_idx) const override;
-};
-
class TemporalLayersListener {
public:
TemporalLayersListener() {}

Powered by Google App Engine
This is Rietveld 408576698