We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb0aa8 commit dbcfc82Copy full SHA for dbcfc82
toxav/audio.c
@@ -170,6 +170,7 @@ void ac_iterate(ACSession *ac)
170
if (!reconfigure_audio_decoder(ac, ac->lp_sampling_rate, ac->lp_channel_count)) {
171
LOGGER_WARNING(ac->log, "Failed to reconfigure decoder!");
172
free(msg);
173
+ pthread_mutex_lock(ac->queue_mutex);
174
continue;
175
}
176
0 commit comments