FS-7952 mod_opus: remove duplicate test/set of sprop-maxcapturerate

This commit is contained in:
Norm Brandinger 2015-08-10 16:47:09 -05:00
parent 7cf1238137
commit 47f7f45acc

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