Index: webrtc/call/rtp_demuxer.h |
diff --git a/webrtc/call/rtp_demuxer.h b/webrtc/call/rtp_demuxer.h |
index e1a81603dd21c085f483d016252fe852d431d21e..2c9b7252799d27bd8b4fb61372e39aa02aa69a5d 100644 |
--- a/webrtc/call/rtp_demuxer.h |
+++ b/webrtc/call/rtp_demuxer.h |
@@ -15,13 +15,7 @@ |
namespace webrtc { |
class RtpPacketReceived; |
- |
-// This class represents a receiver of an already parsed RTP packets. |
-class RtpPacketSinkInterface { |
- public: |
- virtual ~RtpPacketSinkInterface() {} |
- virtual void OnRtpPacket(const RtpPacketReceived& packet) = 0; |
-}; |
+class RtpPacketSinkInterface; |
// This class represents the RTP demuxing, for a single RTP session (i.e., one |
// ssrc space, see RFC 7656). It isn't thread aware, leaving responsibility of |