Index: webrtc/common_types.cc |
diff --git a/webrtc/common_types.cc b/webrtc/common_types.cc |
index 86e7813e58fe439abc4a61da94cc19d84425bd01..8f117e11530b027fd80aea33354804ec8676e326 100644 |
--- a/webrtc/common_types.cc |
+++ b/webrtc/common_types.cc |
@@ -27,7 +27,7 @@ RTPHeaderExtension::RTPHeaderExtension() |
voiceActivity(false), |
audioLevel(0), |
hasVideoRotation(false), |
- videoRotation(0) {} |
+ videoRotation(kVideoRotation_0) {} |
RTPHeader::RTPHeader() |
: markerBit(false), |