Merge pull request #390 in FS/freeswitch from ~GOES/freeswitch:FS-7952 to master
* commit '47f7f45acc8d3ba53a876fa81c4695d9eb3d3f46': FS-7952 mod_opus: remove duplicate test/set of sprop-maxcapturerate
This commit is contained in:
commit
a2edd01e06
|
@ -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…
Reference in New Issue