diff --git a/audio.c b/audio.c index f61484c..a4cdb55 100644 --- a/audio.c +++ b/audio.c @@ -2334,8 +2334,8 @@ void AudioEnqueue(const void *samples, int count) } // forced start or enough video + audio buffered // for some exotic channels * 4 too small -// if (AudioStartThreshold * 4 < n || (AudioVideoIsReady - if ((AudioVideoIsReady + if (AudioStartThreshold * 4 < n || (AudioVideoIsReady +// if ((AudioVideoIsReady && AudioStartThreshold < n)) { // restart play-back // no lock needed, can wakeup next time