gzdoom/src/common/cutscenes
Chris Robinson 80bf62cb3c Start the VPX audio track on the first frame
MoviePlayer::Start is called about a second (potentially) before
MoviePlayer::Frame starts getting called to actually play the video, causing
the audio to start early and require significant synchronization adjustment.
This isn't ideal to constantly check if the audio track needs to play in
MoviePlayer::Frame, but it's better than starting prematurely.
2022-10-10 08:33:23 +02:00
..
movieplayer.cpp Start the VPX audio track on the first frame 2022-10-10 08:33:23 +02:00
playmve.cpp Play the VPX "soundtrack" as a SoundStream 2022-10-10 08:33:23 +02:00
playmve.h - screenjob. fixes from Raze 2022-04-26 20:50:35 +02:00
screenjob.cpp - allow taking screenshots in cutscenes. 2022-06-16 09:51:09 +02:00
screenjob.h - block wipes when streaming movies are playing. 2022-06-06 12:30:47 +02:00