skvlad 1afdf99f9c EventLogParser: use std::vector to reduce stack usage
ParsedRtcEventLog::ParseStream was using a stack-allocated 64kb array
for a temporary buffer. This was causing problems in build environments
with restrictions on stack size.

This change replaces it with an std::vector.

NOTRY=true

Review-Url: https://codereview.webrtc.org/2297343003
Cr-Commit-Position: refs/heads/master@{#14055}
2016-09-02 20:22:29 +00:00
..
2016-09-02 11:10:41 +00:00
2016-09-02 11:10:41 +00:00
2016-09-02 11:10:41 +00:00
2016-09-02 11:10:41 +00:00
2016-09-02 11:10:41 +00:00
2016-09-02 11:10:41 +00:00
2016-09-02 11:10:41 +00:00
2016-09-02 11:10:41 +00:00
2016-08-29 17:05:34 +00:00
2016-08-29 17:05:34 +00:00
2016-08-10 15:49:59 +00:00
2016-06-23 10:52:35 +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.