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

Unified Diff: webrtc/common_types.h

Issue 2742383004: Delete support for receiving RTCP RPSI and SLI messages. (Closed)
Patch Set: Add back OnReceivedSLI and OnReceivedRPSI, to not break downstream sub classes. 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/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 141e1695b78cd61f29a84cb29ebb9bc293802075..fe3cc51663f2807f71be60b8220f559093a1c649 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -463,8 +463,6 @@ class TemporalLayersFactory;
struct VideoCodecVP8 {
// TODO(nisse): Unused, delete?
bool pictureLossIndicationOn;
danilchap 2017/03/21 14:53:24 anything hold you from deleting this field too?
nisse-webrtc 2017/03/21 15:12:55 There are some tests for it, and I haven't researc
danilchap 2017/03/21 15:19:42 Ok
- // TODO(nisse): Delete, as soon as downstream applications are updated.
- bool feedbackModeOn;
VideoCodecComplexity complexity;
VP8ResilienceMode resilience;
unsigned char numberOfTemporalLayers;
« no previous file with comments | « no previous file | webrtc/logging/rtc_event_log/rtc_event_log2text.cc » ('j') | webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698