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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_packet.h

Issue 1175263002: Add packetization and coding/decoding of feedback message format. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed rounding of negative deltas Created 5 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/rtp_rtcp/source/rtcp_packet.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet.h
index ffa3e0daf2c226bc25ccaa137e388320856b3d89..f908e68b6f38dc054d4c1416412c80ee40706214 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_packet.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet.h
@@ -114,6 +114,8 @@ class RtcpPacket {
std::vector<RtcpPacket*> appended_packets_;
};
+// TODO(sprang): Move RtcpPacket subclasses out to separate files.
+
class Empty : public RtcpPacket {
public:
Empty() : RtcpPacket() {}

Powered by Google App Engine
This is Rietveld 408576698