Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
atoppi authored and lminiero committed Jul 1, 2024
1 parent 34ad0c8 commit fef6f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/janus_audiobridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -8721,7 +8721,7 @@ static void *janus_audiobridge_participant_thread(void *data) {
jitter_buffer_tick(participant->jitter);
janus_mutex_unlock(&participant->qmutex);
if(ret != JITTER_BUFFER_OK) {
/* We didnn't get a packet: check if PLC can help */
/* We didn't get a packet: check if PLC can help */
if(!first && participant->codec == JANUS_AUDIOCODEC_OPUS && lost_packets_gap <= JITTER_BUFFER_MAX_GAP_SIZE && !participant->muted) {
lost_packets_gap++;
if(!g_atomic_int_compare_and_exchange(&participant->decoding, 0, 1)) {
Expand Down

0 comments on commit fef6f44

Please sign in to comment.