remove useless statement

This commit is contained in:
Michael Jerris 2014-04-28 15:16:03 -04:00
parent 0cba8b39c3
commit 7a7c275445
1 changed files with 0 additions and 1 deletions

View 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) {