From 940413524b9d868239bf1a883f3a36759d3b3e51 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 24 Jul 2020 00:01:50 +0200 Subject: [PATCH] - tweaks to synchronize video and audio with MVE. --- source/core/movie/playmve.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/movie/playmve.cpp b/source/core/movie/playmve.cpp index 63deb6752..e79545d06 100644 --- a/source/core/movie/playmve.cpp +++ b/source/core/movie/playmve.cpp @@ -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;