commit | efde90838055f44ca05863ba020ca02c88b6d14c | [log] [tgz] |
---|---|---|
author | johan <johan@webrtc.org> | Mon Dec 19 08:32:24 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Dec 19 16:32:24 2016 +0000 |
tree | 80689421e6aa68d5a43de49841328d9a257c630e | |
parent | 1865a15b9a666806647c42033b43bd2c1213b653 [diff] [blame] |
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}
diff --git a/webrtc/modules/video_coding/frame_buffer.cc b/webrtc/modules/video_coding/frame_buffer.cc index bb8ec93..e3b46de 100644 --- a/webrtc/modules/video_coding/frame_buffer.cc +++ b/webrtc/modules/video_coding/frame_buffer.cc
@@ -161,7 +161,7 @@ _rotation_set = true; } - if (packet.isFirstPacket) { + if (packet.is_first_packet_in_frame) { playout_delay_ = packet.video_header.playout_delay; }