| Index: webrtc/common_types.cc
|
| diff --git a/webrtc/common_types.cc b/webrtc/common_types.cc
|
| index 82307ce52b37393837d79bde3938ba101ab60c0c..fc4f225bddfb33f3acdf5f56a9295f3c3938761f 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),
|
| + has_frame_marks(false) {}
|
|
|
| RTPHeader::RTPHeader()
|
| : markerBit(false),
|
|
|