Must init videoStore in constuctor

This commit is contained in:
Isaac Connor 2016-04-15 15:10:26 -04:00
parent ccb5ea766d
commit b3e68ca2f7
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ FfmpegCamera::FfmpegCamera( int p_id, const std::string &p_path, const std::stri
mOpenStart = 0;
mReopenThread = 0;
wasRecording = false;
videoStore = NULL;
#if HAVE_LIBSWSCALE
mConvertContext = NULL;