Fix video recording sync drift (patch refactored but original author unknown)
This commit is contained in:
parent
ae0e09aba9
commit
7ae49cc237
3 changed files with 15 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue