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:
parent
ce294f55e8
commit
11ea3baba3
@ -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")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user