There exist a bug in the video_coding::PacketBuffer which triggers when a frame is the same size as the buffer. A trivial workaround is to increase the start size to something big so that this never happens in practice. The bug has been fixed but we still want to test the workaround in ToT, which is why this CL exist. BUG=webrtc:8028, chromium:752886 R=stefan@webrtc.org Review-Url: https://codereview.webrtc.org/2994093002 . Cr-Commit-Position: refs/heads/master@{#19308}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.