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:
parent
5fa43b5d71
commit
6eb0a7f35a
4
audio.c
4
audio.c
@ -2334,8 +2334,8 @@ void AudioEnqueue(const void *samples, int count)
|
|||||||
}
|
}
|
||||||
// forced start or enough video + audio buffered
|
// forced start or enough video + audio buffered
|
||||||
// for some exotic channels * 4 too small
|
// for some exotic channels * 4 too small
|
||||||
// if (AudioStartThreshold * 4 < n || (AudioVideoIsReady
|
if (AudioStartThreshold * 4 < n || (AudioVideoIsReady
|
||||||
if ((AudioVideoIsReady
|
// if ((AudioVideoIsReady
|
||||||
&& AudioStartThreshold < n)) {
|
&& AudioStartThreshold < n)) {
|
||||||
// restart play-back
|
// restart play-back
|
||||||
// no lock needed, can wakeup next time
|
// no lock needed, can wakeup next time
|
||||||
|
Loading…
Reference in New Issue
Block a user