fix compiler warning for implicit convertion

This commit is contained in:
Seven Du 2014-06-01 08:09:49 +08:00
parent 495db48f5a
commit ead290870a
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_opus_load)
int bits = 0;
char *dft_fmtp = NULL;
opus_codec_settings_t settings = { 0 };
switch_status_t status = SWITCH_FALSE;
switch_status_t status = SWITCH_STATUS_SUCCESS;
if ((status = opus_load_config(SWITCH_FALSE)) != SWITCH_STATUS_SUCCESS) {
return status;