commit | ef615ea7a3960f13aeb341e9a76e627aff875238 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Thu Sep 13 09:07:48 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Sep 13 11:07:10 2018 |
tree | cd9eb301c91098628cf50c301cd8e55fc9e525b8 | |
parent | dc899dce9e2e3e5ae4517aa40de796d50557fe9f [diff] |
Added is_last_packet_in_frame to match is_first_packet_in_frame. Today we use |is_first_packet_in_frame| to know when a frame begins and the |markerBit| to know when it ends, but the markerbit does not actually mark the end of a frame, it marks the end of a picture. Bug: webrtc:9361 Change-Id: Icc70e6075590cdc31e875a4eb9d489868adbb67c Reviewed-on: https://webrtc-review.googlesource.com/100160 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24722}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.