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