| Index: webrtc/video/rtp_video_stream_receiver.cc
|
| diff --git a/webrtc/video/rtp_video_stream_receiver.cc b/webrtc/video/rtp_video_stream_receiver.cc
|
| index 4678b8f0afff36cea95279d27b21812cb3f8a5eb..660372af015dd9282a0e96afe4eec54ec42ceda6 100644
|
| --- a/webrtc/video/rtp_video_stream_receiver.cc
|
| +++ b/webrtc/video/rtp_video_stream_receiver.cc
|
| @@ -547,7 +547,7 @@ void RtpVideoStreamReceiver::NotifyReceiverOfFecPacket(
|
| if (header.extension.hasVideoRotation) {
|
| rtp_header.type.Video.rotation = header.extension.videoRotation;
|
| }
|
| - rtp_header.type.Video.content_type = VideoContentType::UNSPECIFIED;
|
| + rtp_header.type.Video.content_type = VideoContentType::Unspecified();
|
| if (header.extension.hasVideoContentType) {
|
| rtp_header.type.Video.content_type = header.extension.videoContentType;
|
| }
|
|
|