Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: webrtc/common_types.cc

Issue 2954503002: Implement FrameMarking header extension support
Patch Set: remove unneeded change in comment Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698