Index: webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h |
index edb3d4d18f9520aea9e98c8ab18ceeca6e86a460..f8b7c2fe47a6864cfbe7adf79d555b541b506e28 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h |
@@ -72,10 +72,6 @@ class RtpPacketizerVp8 : public RtpPacketizer { |
// Returns true on success, false otherwise. |
bool NextPacket(RtpPacketToSend* packet) override; |
- ProtectionType GetProtectionType() override; |
- |
- StorageType GetStorageType(uint32_t retransmission_settings) override; |
- |
std::string ToString() override; |
private: |