diff options
author | z3bra <contactatz3bradotorg> | 2016-11-01 22:57:24 +0100 |
---|---|---|
committer | z3bra <contactatz3bradotorg> | 2016-11-08 16:47:51 +0100 |
commit | 5202a52d10df89eac84afb4ed9f2a5d784438b47 (patch) | |
tree | 5f903a1fed5c65ccab91d763a9305afa96f2e1fb | |
parent | 42a46b73e342d9e609995da708cbbee579da7764 (diff) |
Make use of audio default settings
Remove useless pcm
-rw-r--r-- | ratox.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1206,7 +1206,6 @@ toxinit(void) eprintf("Core : ToxAV > Initialization failed\n"); toxavconfig = av_DefaultSettings; - pcm = AUDIOFRAME * AUDIOSAMPLERATE / 1000; framesize = (AUDIOSAMPLERATE * AUDIOFRAME * AUDIOCHANNELS) / 1000; tox_callback_connection_status(tox, cbconnstatus, NULL); |