NOPRESUBMIT=True # cpplint errors that aren't caused by this CL. NOTRY=True NOTREECHECKS=True TBR=kwiberg@webrtc.org, kjellander@webrtc.org Bug: webrtc:7634 Change-Id: I3cca0fbaa807b563c95979cccd6d1bec32055f36 Reviewed-on: https://chromium-review.googlesource.com/562156 Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#18919}
https://codereview.webrtc.org/2940833002 added support for G722 decoding with the AudioDecoderFactoryTemplate API, but forgot to support stereo. BUG=webrtc:7839 Review-Url: https://codereview.webrtc.org/2945423003 Cr-Commit-Position: refs/heads/master@{#18761}
Now the templated AudioDecoderFactory can create G722 decoders! BUG=webrtc:7839 Review-Url: https://codereview.webrtc.org/2940833002 Cr-Commit-Position: refs/heads/master@{#18643}