]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove useless statement
authorMichael Jerris <mike@jerris.com>
Mon, 28 Apr 2014 19:16:03 +0000 (15:16 -0400)
committerMichael Jerris <mike@jerris.com>
Mon, 28 Apr 2014 19:16:03 +0000 (15:16 -0400)
src/switch_speex.c

index 99a46f97e68130d3720a74643a79d10142b01117..293b7505ffcba2b9e221cf9383506df9d7586e54 100644 (file)
@@ -239,7 +239,6 @@ static switch_status_t switch_speex_fmtp_parse(const char *fmtp, switch_codec_fm
                                                continue;
                                        }
                                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG1, "choosing speex/8000 mode %s\n", mode_str);
-                                       codec_settings->quality = codec_settings->quality;
                                        codec_settings->vbr_quality = (float)codec_settings->quality;
                                } else {
                                        if (mode_num >= 0 && mode_num <= 10) {