diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-09-06 18:19:00 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-09-06 18:19:00 +0200 |
commit | c129b10bf7c851d94002767aa09e06c526cacb7d (patch) | |
tree | a0ca2c8d603a233c43c888dddb4ee541d4ba34e5 /code/test/voip.c | |
parent | b83e58e21ea7dda57ddfda47bd1539d15abe687f (diff) |
frad/defrag implemented
Diffstat (limited to 'code/test/voip.c')
-rw-r--r-- | code/test/voip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test/voip.c b/code/test/voip.c index db1ea9f..4c3d30b 100644 --- a/code/test/voip.c +++ b/code/test/voip.c @@ -191,6 +191,6 @@ int main(int argc, char *argv[]) { opus_buf = ecp_pld_get_buf(payload, 0); opus_int32 len = a_read(handle_cpt, alsa_in_buf, alsa_frames, opus_enc, opus_buf, ECP_MAX_MSG); if (len < 0) continue; - ssize_t _rv = ecp_send(&conn, payload, len); + ssize_t _rv = ecp_pld_send(&conn, payload, len); } }
\ No newline at end of file |