Skip to content

Commit

Permalink
add debug log line
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 9, 2023
1 parent 0f40c1f commit 12b7273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toxav/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ uint8_t ac_iterate(ACSession *ac, uint64_t *a_r_timestamp, uint64_t *a_l_timesta
|| rc == AUDIO_LOST_FRAME_INDICATOR) {
pthread_mutex_unlock(ac->queue_mutex);


LOGGER_API_DEBUG(ac->tox, "A:TSB:%d", (int)tsb_size(jbuffer));
LOGGER_API_DEBUG(ac->tox, "TOXAV:A2V_DELAY:(pos==audio-before-video)%d", (int)(*a_r_timestamp - *v_r_timestamp));


Expand Down

0 comments on commit 12b7273

Please sign in to comment.