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:
Mike Jerris 2015-08-10 17:15:01 -05:00
commit a2edd01e06
1 changed files with 0 additions and 4 deletions

View File

@ -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);
}