1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00

Fix Radio

This commit is contained in:
jojo61 2019-10-06 10:41:09 +02:00
parent 5fa43b5d71
commit 6eb0a7f35a

View File

@ -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