fix spacing

pull/2077/head
Isaac Connor 2017-07-13 09:41:46 -04:00
parent 22e957ba46
commit e92974c5d4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ FfmpegCamera::FfmpegCamera( int p_id, const std::string &p_path, const std::stri
mRawFrame = NULL;
mFrame = NULL;
frameCount = 0;
startTime=0;
startTime = 0;
mIsOpening = false;
mCanCapture = false;
mOpenStart = 0;