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

fix missing AudioSetBufferTime

This commit is contained in:
9000h 2019-10-22 19:46:24 +02:00 committed by GitHub
parent ce294f55e8
commit 11ea3baba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3450,6 +3450,7 @@ bool cPluginSoftHdDevice::SetupParse(const char *name, const char *value)
} }
if (!strcasecmp(name, "AudioBufferTime")) { if (!strcasecmp(name, "AudioBufferTime")) {
ConfigAudioBufferTime = atoi(value); ConfigAudioBufferTime = atoi(value);
AudioSetBufferTime(ConfigAudioBufferTime);
return true; return true;
} }
if (!strcasecmp(name, "AudioAutoAES")) { if (!strcasecmp(name, "AudioAutoAES")) {