| Index: webrtc/common_types.cc
|
| diff --git a/webrtc/common_types.cc b/webrtc/common_types.cc
|
| index 70e5d2e9acff8dac3a07ac0a06ad4937815dc3ae..1c0cd723a852779bd80321ff7a1095267073e430 100644
|
| --- a/webrtc/common_types.cc
|
| +++ b/webrtc/common_types.cc
|
| @@ -55,7 +55,8 @@ RTPHeaderExtension::RTPHeaderExtension()
|
| videoRotation(kVideoRotation_0),
|
| hasVideoContentType(false),
|
| videoContentType(VideoContentType::UNSPECIFIED),
|
| - has_video_timing(false) {}
|
| + has_video_timing(false),
|
| + hasFrameMarks(false) {}
|
|
|
| RTPHeader::RTPHeader()
|
| : markerBit(false),
|
|
|