diff --git a/src/zm_ffmpeg_camera.h b/src/zm_ffmpeg_camera.h index bc7ec2ecb..314ce6fa1 100644 --- a/src/zm_ffmpeg_camera.h +++ b/src/zm_ffmpeg_camera.h @@ -64,7 +64,9 @@ protected: bool wasRecording; VideoStore *videoStore; char oldDirectory[4096]; - //AVPacket lastKeyframePkt; + + // Last Key frame + AVPacket lastKeyframePkt; #if HAVE_LIBSWSCALE struct SwsContext *mConvertContext;