From: Moises Silva Date: Wed, 20 Oct 2010 16:50:42 +0000 (-0400) Subject: mod_sangoma_codec: more X-Git-Tag: v1.2-rc1~265^2~11^2~154^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c64f0b80ef3e0bf632302d9694f579fd0b9b7166;p=thirdparty%2Ffreeswitch.git mod_sangoma_codec: more --- diff --git a/src/mod/codecs/mod_sangoma_codec/mod_sangoma_codec.c b/src/mod/codecs/mod_sangoma_codec/mod_sangoma_codec.c index e2a1193db2..63086d6018 100644 --- a/src/mod/codecs/mod_sangoma_codec/mod_sangoma_codec.c +++ b/src/mod/codecs/mod_sangoma_codec/mod_sangoma_codec.c @@ -410,7 +410,7 @@ static switch_status_t switch_sangoma_encode(switch_codec_t *codec, switch_codec switch_frame_t encoded_frame; switch_status_t sres = SWITCH_STATUS_FALSE; switch_time_t now_time = 0, difftime = 0; - switch_time_t func_start_time, func_end_time; + switch_time_t func_start_time = 0, func_end_time = 0; unsigned char ebuf_ulaw[decoded_data_len / 2]; short *dbuf_linear; int i = 0;