Skip to content

Commit

Permalink
Add missing AudioSetBufferTime
Browse files Browse the repository at this point in the history
A call to AudioSetBufferTime was missing.
Patch suggested by user 9000h in github.

Fixes pesintta#33
  • Loading branch information
pesintta committed Feb 10, 2018
1 parent 81922f8 commit 45a7d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vaapidevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2522,6 +2522,7 @@ bool cPluginVaapiDevice::SetupParse(const char *name, const char *value)
}
if (!strcasecmp(name, "AudioBufferTime")) {
ConfigAudioBufferTime = atoi(value);
AudioSetBufferTime(ConfigAudioBufferTime);
return true;
}
if (!strcasecmp(name, "AudioAutoAES")) {
Expand Down

0 comments on commit 45a7d48

Please sign in to comment.