Rename RTPVideoHeader.isFirstPacket to .is_first_packet_in_frame.
Name should represent the actual meaning. BUG=None Review-Url: https://codereview.webrtc.org/2574943003 Cr-Commit-Position: refs/heads/master@{#15684}
This commit is contained in:
@ -161,7 +161,7 @@ VCMFrameBufferEnum VCMFrameBuffer::InsertPacket(
|
||||
_rotation_set = true;
|
||||
}
|
||||
|
||||
if (packet.isFirstPacket) {
|
||||
if (packet.is_first_packet_in_frame) {
|
||||
playout_delay_ = packet.video_header.playout_delay;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user