webrtcvoiceengine.cc ensured that if the bitrate set for ISAC was 0, it was changed to -1 so that the codec could manage the bitrate itself. webrtcsdp.cc ensured that if the bitrate set for ISAC was 0, it was explicitly set to default values to avoid the codec's built in bitrate management. Eventually, there'll be no codec specific code like this in these layers. This is one step towards that goal. BUG=webrtc:5806 Review-Url: https://codereview.webrtc.org/2642923003 Cr-Commit-Position: refs/heads/master@{#16220}
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.