mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
uninitialized variables-gfx
This commit is contained in:
parent
1efb687867
commit
b9c207765e
33 changed files with 108 additions and 43 deletions
|
|
@ -52,12 +52,16 @@ MODULE_BEGIN( VideoCapture )
|
|||
|
||||
MODULE_END;
|
||||
|
||||
VideoCapture::VideoCapture() :
|
||||
VideoCapture::VideoCapture() :
|
||||
mCapturedFramePos(-1.0f),
|
||||
mEncoder(NULL),
|
||||
mFrameGrabber(NULL),
|
||||
mCanvas(NULL),
|
||||
mIsRecording(false),
|
||||
mVideoCaptureStartTime(0),
|
||||
mNextFramePosition(0.0f),
|
||||
mFrameRate(30.0f),
|
||||
mMsPerFrame(1000.0f / mFrameRate),
|
||||
mResolution(0,0),
|
||||
mWaitingForCanvas(false),
|
||||
mEncoderName("THEORA"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue