mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-08 05:54:45 +00:00
FS-2216 --resolve clang
This commit is contained in:
parent
7d89f94361
commit
305aa77a15
@ -66,7 +66,7 @@ int main(int argc, char *argv[])
|
|||||||
switch_codec_t codec = { 0 };
|
switch_codec_t codec = { 0 };
|
||||||
char buf[2048];
|
char buf[2048];
|
||||||
switch_size_t len = sizeof(buf)/2;
|
switch_size_t len = sizeof(buf)/2;
|
||||||
switch_memory_pool_t *pool;
|
switch_memory_pool_t *pool = NULL;
|
||||||
int bitrate = 0;
|
int bitrate = 0;
|
||||||
int blocksize;
|
int blocksize;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user