summaryrefslogtreecommitdiff
path: root/toxav/toxav.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.c')
-rw-r--r--toxav/toxav.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxav/toxav.c b/toxav/toxav.c
index 850c2fc7..df6fa833 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -650,7 +650,6 @@ bool toxav_send_audio_frame(ToxAV* av, uint32_t friend_number, const int16_t* pc
650 } 650 }
651 651
652 { /* Encode and send */ 652 { /* Encode and send */
653 /* TODO redundant? */
654 cs_set_sending_audio_channels(call->cs, channels); 653 cs_set_sending_audio_channels(call->cs, channels);
655 cs_set_sending_audio_sampling_rate(call->cs, sampling_rate); 654 cs_set_sending_audio_sampling_rate(call->cs, sampling_rate);
656 655