commit | 323b132f5eabe8d459e66150eab9d8143cd12138 | [log] [tgz] |
---|---|---|
author | Minyue <minyue@webrtc.org> | Mon May 25 11:49:37 2015 |
committer | Minyue <minyue@webrtc.org> | Mon May 25 11:49:45 2015 |
tree | 6a7d904a0c61c0177af7f0ec9ac732b557b07058 | |
parent | 57e5fd2e604ff7e60425c3f7654b40da03fc763c [diff] |
Protect ACM decoder buffer in stereo. In https://code.google.com/p/webrtc/source/detail?r=8730, I did a protection on ACM decoder buffer from being overflow. However, the I misunderstood the return unit for PacketDuration(), and therefore, stereo decoders are not well protected. This CL fixed this. BUG=4361 R=henrik.lundin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/47289004 Cr-Commit-Position: refs/heads/master@{#9275}