Skip to content

Commit 6794447

Browse files
committed
chore(toxav): increase the idle iterate interval to 1 second
and remove a non-existant reference in a comment
1 parent 3e22fd5 commit 6794447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toxav/toxav.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939

4040
// iteration interval that is used when no call is active
41-
#define IDLE_ITERATION_INTERVAL_MS 200
41+
#define IDLE_ITERATION_INTERVAL_MS 1000
4242

4343
#ifndef TOXAV_CALL_DEFINED
4444
#define TOXAV_CALL_DEFINED

toxav/video.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ int vc_queue_message(const Mono_Time *mono_time, void *cs, struct RTPMessage *ms
350350

351351
/* This function is called with complete messages
352352
* they have already been assembled.
353-
* this function gets called from handle_rtp_packet() and handle_rtp_packet_v3()
353+
* this function gets called from handle_rtp_packet()
354354
*/
355355
if (vc == nullptr || msg == nullptr) {
356356
free(msg);

0 commit comments

Comments
 (0)