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

Unified Diff: webrtc/call/rtp_packet_sink_interface.h

Issue 2943693003: Create RtcpDemuxer (Closed)
Patch Set: Rebased Created 3 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
« no previous file with comments | « webrtc/call/rtp_demuxer_unittest.cc ('k') | webrtc/call/rtp_rtcp_demuxer_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/rtp_packet_sink_interface.h
diff --git a/webrtc/call/rtp_packet_sink_interface.h b/webrtc/call/rtp_packet_sink_interface.h
index 900ca354d4c106c3990ca7a560837a387847a8bb..0b3e64e313468d5b3ebe95bb5f913f726906d436 100644
--- a/webrtc/call/rtp_packet_sink_interface.h
+++ b/webrtc/call/rtp_packet_sink_interface.h
@@ -14,10 +14,10 @@ namespace webrtc {
class RtpPacketReceived;
-// This class represents a receiver of an already parsed RTP packets.
+// This class represents a receiver of already parsed RTP packets.
class RtpPacketSinkInterface {
public:
- virtual ~RtpPacketSinkInterface() {}
+ virtual ~RtpPacketSinkInterface() = default;
virtual void OnRtpPacket(const RtpPacketReceived& packet) = 0;
};
« no previous file with comments | « webrtc/call/rtp_demuxer_unittest.cc ('k') | webrtc/call/rtp_rtcp_demuxer_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698