Files
platform-external-webrtc/webrtc
Karl Wiberg 4376648df0 AudioDecoder: Replace Init() with Reset()
The Init() method was previously used to initialize and reset
decoders, and returned an error code. The new Reset() method is used
for reset only; the constructor is now responsible for fully
initializing the AudioDecoder.

Reset() doesn't return an error code; it turned out that none of the
functions it ended up calling could actually fail, so this CL removes
their error return codes as well.

R=henrik.lundin@webrtc.org

Review URL: https://codereview.webrtc.org/1319683002 .

Cr-Commit-Position: refs/heads/master@{#9798}
2015-08-27 13:22:21 +00:00
..
2015-08-18 04:05:59 +00:00
2015-04-01 15:08:49 +00:00
2015-08-11 17:43:09 +00:00
2015-07-16 07:30:20 +00:00
2015-07-16 07:30:20 +00:00
2015-07-16 07:30:20 +00:00
2015-05-20 05:20:04 +00:00
2015-06-29 21:35:08 +00:00
2015-07-16 07:30:20 +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.