Skip to content

Commit

Permalink
[VideoRecorder] one more compiling FIX for linux and osx
Browse files Browse the repository at this point in the history
  • Loading branch information
fspadoni committed Jan 28, 2019
1 parent 6641b4f commit 9ef37a8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -118,7 +118,7 @@ void VideoRecorderFFMPEG::finishVideo()
#ifdef WIN32
_pclose(m_ffmpeg);
#else
pclose(_ffmpeg);
pclose(m_ffmpeg);
#endif

delete m_buffer;
Expand Down

0 comments on commit 9ef37a8

Please sign in to comment.