mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Forgot to reenable FindAudioSync.
This commit is contained in:
parent
a91533f6d1
commit
616cd9e133
@ -337,7 +337,7 @@ int PlayAudio(const uint8_t * data, int size, uint8_t id)
|
|||||||
avpkt->data = (void *)data;
|
avpkt->data = (void *)data;
|
||||||
avpkt->size = size;
|
avpkt->size = size;
|
||||||
n = FindAudioSync(avpkt);
|
n = FindAudioSync(avpkt);
|
||||||
if (1 && n < 0) {
|
if (n < 0) {
|
||||||
return osize;
|
return osize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user