Index: webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc b/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc |
index aeef44364a47eeaf91eef6f007fbfb259136ba7e..d8063b03f14ac022f1c09809d54cd3ccc11f669a 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc |
@@ -153,7 +153,8 @@ |
size_t max_payload_len) |
: payload_data_(NULL), |
payload_size_(0), |
- max_payload_len_(max_payload_len) { |
+ max_payload_len_(max_payload_len), |
+ frame_type_(frame_type) { |
} |
RtpPacketizerH264::~RtpPacketizerH264() { |