Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc |
index 106f0560751d35a4e86fb72b78476a4baa428cee..8e47740a9996b64d1ce86631287591825c4d5afd 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc |
@@ -90,7 +90,7 @@ int32_t RTPReceiverVideo::ParseRtpPacket(WebRtcRTPHeader* rtp_header, |
rtp_header->frameType = parsed_payload.frame_type; |
rtp_header->type = parsed_payload.type; |
rtp_header->type.Video.rotation = kVideoRotation_0; |
- rtp_header->type.Video.content_type = VideoContentType::UNSPECIFIED; |
+ rtp_header->type.Video.content_type = VideoContentType::Unspecified(); |
rtp_header->type.Video.video_timing.flags = TimingFrameFlags::kInvalid; |
// Retrieve the video rotation information. |