]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_sangoma_codec: more
authorMoises Silva <moy@sangoma.com>
Wed, 20 Oct 2010 16:50:42 +0000 (12:50 -0400)
committerMoises Silva <moy@sangoma.com>
Wed, 20 Oct 2010 16:51:01 +0000 (12:51 -0400)
src/mod/codecs/mod_sangoma_codec/mod_sangoma_codec.c

index e2a1193db2156463b780c197eba67b63811f0e37..63086d60184f0a1cd9a552122c75a6d342daca25 100644 (file)
@@ -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;