Merge commit 'ab12fbe8206ffa960ae43638886fe9e83f170b53'

This commit is contained in:
Green Sky
2025-05-16 12:03:45 +02:00
4 changed files with 29 additions and 3 deletions

View File

@ -27,7 +27,7 @@
#define VIDEO_SEND_X_KEYFRAMES_FIRST 7 // force the first n frames to be keyframes!
// iteration interval that is used when no call is active
#define IDLE_ITERATION_INTERVAL_MS 200
#define IDLE_ITERATION_INTERVAL_MS 1000
#ifndef TOXAV_CALL_DEFINED
#define TOXAV_CALL_DEFINED

View File

@ -329,7 +329,7 @@ int vc_queue_message(const Mono_Time *mono_time, void *cs, struct RTPMessage *ms
/* This function is called with complete messages
* they have already been assembled.
* this function gets called from handle_rtp_packet() and handle_rtp_packet_v3()
* this function gets called from handle_rtp_packet()
*/
if (vc == nullptr || msg == nullptr) {
free(msg);