commit | 07f80cc3936b3d68c668a942ef1089a5ba12bf9e | [log] [tgz] |
---|---|---|
author | Sergey Silkin <ssilkin@webrtc.org> | Mon Apr 09 11:11:59 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 10 12:09:55 2018 |
tree | 0dd2e282b3ed8ae014fc2c4b74b74b4d70b8ba58 | |
parent | bda78c9464f4d0e6ff26b0035624a967269c3b0a [diff] |
Set first_frame_in_picture on first encoded frame of picture. Set the flag based on coded length of buffered frame which is reset after picture is encoded and, thus, is equal to zero when encoder delivers first frame of next picture. Before this change first_frame_in_picture was set based on index of spatial layer of encoded frame. This is not right anymore since encoder can drop base layer but deliver upper layers. Bug: chromium:828350 Change-Id: I12c7534240de8bc4905f04ff368cc3704720a70b Reviewed-on: https://webrtc-review.googlesource.com/68561 Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22805}
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.