mod_sangoma_codec: more
This commit is contained in:
parent
23180c18e1
commit
c64f0b80ef
|
@ -410,7 +410,7 @@ static switch_status_t switch_sangoma_encode(switch_codec_t *codec, switch_codec
|
||||||
switch_frame_t encoded_frame;
|
switch_frame_t encoded_frame;
|
||||||
switch_status_t sres = SWITCH_STATUS_FALSE;
|
switch_status_t sres = SWITCH_STATUS_FALSE;
|
||||||
switch_time_t now_time = 0, difftime = 0;
|
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];
|
unsigned char ebuf_ulaw[decoded_data_len / 2];
|
||||||
short *dbuf_linear;
|
short *dbuf_linear;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
Loading…
Reference in New Issue