diff --git a/call/rtp_payload_params.cc b/call/rtp_payload_params.cc index 5c9c6c0c05..bb086de325 100644 --- a/call/rtp_payload_params.cc +++ b/call/rtp_payload_params.cc @@ -156,7 +156,7 @@ RTPVideoHeader RtpPayloadParams::GetRtpVideoHeader( PopulateRtpWithCodecSpecifics(*codec_specific_info, image.SpatialIndex(), &rtp_video_header); } - rtp_video_header.frame_type = image._frameType, + rtp_video_header.frame_type = image._frameType; rtp_video_header.rotation = image.rotation_; rtp_video_header.content_type = image.content_type_; rtp_video_header.playout_delay = image.playout_delay_;