mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 11:02:53 +00:00
FS-7952 mod_opus: remove duplicate test/set of sprop-maxcapturerate
This commit is contained in:
parent
7cf1238137
commit
47f7f45acc
@ -151,10 +151,6 @@ static switch_status_t switch_opus_fmtp_parse(const char *fmtp, switch_codec_fmt
|
||||
codec_settings->cbr = switch_true(arg);
|
||||
}
|
||||
|
||||
if (!strcasecmp(data, "sprop-maxcapturerate")) {
|
||||
codec_settings->sprop_maxcapturerate = atoi(arg);
|
||||
}
|
||||
|
||||
if (!strcasecmp(data, "maxptime")) {
|
||||
codec_settings->maxptime = atoi(arg);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user