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:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user