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

Unified Diff: webrtc/call/rtp_packet_sink_interface.h

Issue 2943693003: Create RtcpDemuxer (Closed)
Patch Set: git cl format 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
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..90b8955a115caa6a5102ca93e36d9cd446ecc89a 100644
--- a/webrtc/call/rtp_packet_sink_interface.h
+++ b/webrtc/call/rtp_packet_sink_interface.h
@@ -14,7 +14,7 @@ namespace webrtc {
class RtpPacketReceived;
-// This class represents a receiver of an already parsed RTP packets.
+// This class represents a receiver of an already parsed RTP packet.
danilchap 2017/06/16 16:46:18 why this change? interface designed for classes th
eladalon 2017/06/19 11:28:46 It's purely a linguistic correction. We either dro
class RtpPacketSinkInterface {
public:
virtual ~RtpPacketSinkInterface() {}

Powered by Google App Engine
This is Rietveld 408576698