Previously, failure codes were ignored, which meant simulcasted codecs couldn't e.g. trigger software fallback. This stops the simulcasted Encode call at the first faiulre and returns that code. Another option is to continue sending the frame to the other encoders but still return the first failure code. It's not clear that that is any better than just quitting as soon as a failure happens. BUG= Review-Url: https://codereview.webrtc.org/2008723002 Cr-Commit-Position: refs/heads/master@{#12892}
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.