Fix video recording sync drift (patch refactored but original author unknown)

This commit is contained in:
Tim Angus 2013-11-02 19:11:14 +00:00
parent ae0e09aba9
commit 7ae49cc237
3 changed files with 15 additions and 6 deletions

View file

@ -233,6 +233,9 @@ typedef struct {
int timeDemoMaxDuration; // maximum frame duration
unsigned char timeDemoDurations[ MAX_TIMEDEMO_DURATIONS ]; // log of frame durations
float aviVideoFrameRemainder;
float aviSoundFrameRemainder;
#ifdef USE_VOIP
qboolean voipEnabled;
qboolean speexInitialized;