philipel 3bf97cf060 Workaround for PacketBuffer bug.
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}
2017-08-10 16:11:04 +00:00
..
2017-07-19 17:40:47 +00:00
2017-08-09 13:42:32 +00:00
2017-08-09 13:42:32 +00:00
2017-08-10 16:11:04 +00:00
2017-07-19 17:40:47 +00:00
2017-06-30 10:04:59 +00:00
2017-08-03 17:45:31 +00:00

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.