mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-04 04:05:15 +00:00
6b7d5e5a9a04164c0f7ecc4cd9dc9ffdc729c5f5 was actually wrong, I was sick that day, I should have gotten more rest.. =/
This commit is contained in:
parent
b86944bcac
commit
72daaa73e9
@ -182,7 +182,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_opus_load)
|
|||||||
{
|
{
|
||||||
switch_codec_interface_t *codec_interface;
|
switch_codec_interface_t *codec_interface;
|
||||||
int samples = 480;
|
int samples = 480;
|
||||||
int bytes = 80;
|
int bytes = 960;
|
||||||
int mss = 10000;
|
int mss = 10000;
|
||||||
int x = 0;
|
int x = 0;
|
||||||
int rate = 48000;
|
int rate = 48000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user