Adding audio network adaptor to AudioEncoderOpus.

BUG=webrtc:6303

Review-Url: https://codereview.webrtc.org/2362703002
Cr-Commit-Position: refs/heads/master@{#14555}
This commit is contained in:
minyue
2016-10-06 07:13:54 -07:00
committed by Commit bot
parent 81b9291dfd
commit 41b9c801c2
12 changed files with 489 additions and 73 deletions

View File

@ -208,7 +208,7 @@ int16_t WebRtcOpus_SetComplexity(OpusEncInst* inst, int32_t complexity) {
}
}
int16_t WebRtcOpus_SetForceChannels(OpusEncInst* inst, int32_t num_channels) {
int16_t WebRtcOpus_SetForceChannels(OpusEncInst* inst, size_t num_channels) {
if (!inst)
return -1;
if (num_channels == 0) {