| Index: webrtc/modules/rtp_rtcp/source/rtp_format_h264.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_h264.h b/webrtc/modules/rtp_rtcp/source/rtp_format_h264.h
|
| index 3742ec5d36ca79d3a163c3275d7dcb323fccd9bb..efa9b97fb85abe4f2053c1134602adde4fcbcb5c 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_format_h264.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_format_h264.h
|
| @@ -41,10 +41,6 @@ class RtpPacketizerH264 : public RtpPacketizer {
|
| // Returns true on success, false otherwise.
|
| bool NextPacket(RtpPacketToSend* rtp_packet) override;
|
|
|
| - ProtectionType GetProtectionType() override;
|
| -
|
| - StorageType GetStorageType(uint32_t retransmission_settings) override;
|
| -
|
| std::string ToString() override;
|
|
|
| private:
|
|
|