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 d5ad5fd18634ff60573dff55abc7ae07ea675d63..e32433fe9043c729bf791df3e730609c0cf31988 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_format_h264.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_format_h264.h |
@@ -84,7 +84,6 @@ class RtpPacketizerH264 : public RtpPacketizer { |
const size_t max_payload_len_; |
RTPFragmentationHeader fragmentation_; |
PacketQueue packets_; |
- FrameType frame_type_; |
RTC_DISALLOW_COPY_AND_ASSIGN(RtpPacketizerH264); |
}; |