mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 10:08:08 +00:00
changed usigned char
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4561 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ba73b7bc8c
commit
52b40252ef
@ -297,7 +297,7 @@ static switch_status_t shout_file_write(switch_file_handle_t *handle, void *data
|
||||
shout_context_t *context = handle->private_info;
|
||||
|
||||
|
||||
char mp3buf[2048] = "";
|
||||
unsigned char mp3buf[2048] = "";
|
||||
long ret = 0;
|
||||
int rlen;
|
||||
int16_t *audio = data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user