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

Unified Diff: media/cast/net/rtcp/rtcp_defines.h

Issue 427733002: Cast: Remove unused RTCP messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 6 years, 5 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
« no previous file with comments | « media/cast/net/rtcp/rtcp_builder_unittest.cc ('k') | media/cast/net/rtcp/rtcp_defines.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/net/rtcp/rtcp_defines.h
diff --git a/media/cast/net/rtcp/rtcp_defines.h b/media/cast/net/rtcp/rtcp_defines.h
index 0207edc7ddb029e585f5c5c840e802adb241a72e..92dced3008f1175e5bff7a8bc6294776f9619045 100644
--- a/media/cast/net/rtcp/rtcp_defines.h
+++ b/media/cast/net/rtcp/rtcp_defines.h
@@ -59,15 +59,6 @@ struct RtcpReceiverFrameLogMessage {
typedef std::list<RtcpReceiverFrameLogMessage> RtcpReceiverLogMessage;
-struct RtcpRpsiMessage {
- RtcpRpsiMessage();
- ~RtcpRpsiMessage();
-
- uint32 remote_ssrc;
- uint8 payload_type;
- uint64 picture_id;
-};
-
struct RtcpNackMessage {
RtcpNackMessage();
~RtcpNackMessage();
@@ -78,16 +69,6 @@ struct RtcpNackMessage {
DISALLOW_COPY_AND_ASSIGN(RtcpNackMessage);
};
-struct RtcpRembMessage {
- RtcpRembMessage();
- ~RtcpRembMessage();
-
- uint32 remb_bitrate;
- std::list<uint32> remb_ssrcs;
-
- DISALLOW_COPY_AND_ASSIGN(RtcpRembMessage);
-};
-
struct RtcpReceiverReferenceTimeReport {
RtcpReceiverReferenceTimeReport();
~RtcpReceiverReferenceTimeReport();
« no previous file with comments | « media/cast/net/rtcp/rtcp_builder_unittest.cc ('k') | media/cast/net/rtcp/rtcp_defines.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698