Index: webrtc/modules/video_coding/encoded_frame.cc |
diff --git a/webrtc/modules/video_coding/encoded_frame.cc b/webrtc/modules/video_coding/encoded_frame.cc |
index bd407c733f1e67d41d6d7aa84aa3b6219f2bed03..48a55d95c1bb4574a29df54ae9ac3d93b003ac51 100644 |
--- a/webrtc/modules/video_coding/encoded_frame.cc |
+++ b/webrtc/modules/video_coding/encoded_frame.cc |
@@ -87,7 +87,7 @@ void VCMEncodedFrame::Reset() { |
_codecSpecificInfo.codecType = kVideoCodecUnknown; |
_codec = kVideoCodecUnknown; |
rotation_ = kVideoRotation_0; |
- content_type_ = VideoContentType::UNSPECIFIED; |
+ content_type_ = VideoContentType::Unspecified(); |
timing_.flags = TimingFrameFlags::kInvalid; |
_rotation_set = false; |
} |