Index: webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc |
index 38450742be9e29022cbabd2245952a88a1b09ddf..4a04491104395aab423bc2eb2b33f241eb7c90ee 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc |
@@ -328,7 +328,7 @@ bool RTPSenderVideo::SendVideo(RtpVideoCodecTypes video_type, |
last_rotation_ = current_rotation; |
// Report content type only for key frames. |
if (frame_type == kVideoFrameKey && |
- video_header->content_type != VideoContentType::UNSPECIFIED) { |
+ video_header->content_type != VideoContentType::Unspecified()) { |
last_packet->SetExtension<VideoContentTypeExtension>( |
video_header->content_type); |
} |