From 47f7f45acc8d3ba53a876fa81c4695d9eb3d3f46 Mon Sep 17 00:00:00 2001 From: Norm Brandinger Date: Mon, 10 Aug 2015 16:47:09 -0500 Subject: [PATCH] FS-7952 mod_opus: remove duplicate test/set of sprop-maxcapturerate --- src/mod/codecs/mod_opus/mod_opus.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mod/codecs/mod_opus/mod_opus.c b/src/mod/codecs/mod_opus/mod_opus.c index 929793aa0f..9a3469b6ff 100644 --- a/src/mod/codecs/mod_opus/mod_opus.c +++ b/src/mod/codecs/mod_opus/mod_opus.c @@ -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); }