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 a6e1424be004efe1d6ddde39289a17db95cf1f34..4e92895c61df3d24ac35787cb55a7035daa8eed4 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_format_h264.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_format_h264.h |
@@ -84,6 +84,7 @@ |
const size_t max_payload_len_; |
RTPFragmentationHeader fragmentation_; |
PacketQueue packets_; |
+ FrameType frame_type_; |
DISALLOW_COPY_AND_ASSIGN(RtpPacketizerH264); |
}; |