Ending a statement with a semicolon
Bug: None Change-Id: If7b2e0197e61d34daab68e8fcdb8b43678c1fe31 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/205940 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33304}
This commit is contained in:
parent
da20c739a8
commit
f3dc47e2c4
@ -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_;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user