mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- tweaks to synchronize video and audio with MVE.
This commit is contained in:
parent
200db367ec
commit
940413524b
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ InterplayDecoder::InterplayDecoder()
|
|||
|
||||
memset(palette, 0, sizeof(palette));
|
||||
memset(&audio, 0, sizeof(audio));
|
||||
audio.nRead = 18000; // skip the initial silence. This is needed to sync audio and video because OpenAL's lag is a bit on the high side.
|
||||
|
||||
|
||||
nFps = 0.0;
|
||||
|
|
Loading…
Reference in a new issue