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:
@ -58,7 +58,7 @@ struct RTPVideoHeader {
|
||||
|
||||
PlayoutDelay playout_delay;
|
||||
|
||||
bool isFirstPacket; // first packet in frame
|
||||
bool is_first_packet_in_frame;
|
||||
uint8_t simulcastIdx; // Index if the simulcast encoder creating
|
||||
// this frame, 0 if not using simulcast.
|
||||
RtpVideoCodecTypes codec;
|
||||
|
||||
Reference in New Issue
Block a user