mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-24 11:48:48 +00:00
mod_silk: Small typo following new fmtp parser
This commit is contained in:
parent
633f193dae
commit
952c7abb89
@ -102,7 +102,7 @@ static switch_status_t switch_silk_fmtp_parse(const char *fmtp, switch_codec_fmt
|
|||||||
codec_settings->usedtx = 1;
|
codec_settings->usedtx = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!strcasecmp(data, "axaveragebitrate")) {
|
if (!strcasecmp(data, "maxaveragebitrate")) {
|
||||||
codec_settings->maxaveragebitrate = atoi(arg);
|
codec_settings->maxaveragebitrate = atoi(arg);
|
||||||
switch(codec_fmtp->actual_samples_per_second) {
|
switch(codec_fmtp->actual_samples_per_second) {
|
||||||
case 8000:
|
case 8000:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user