add back lastKeyframePkt

This commit is contained in:
Isaac Connor 2016-04-15 15:23:22 -04:00
parent db52a61b01
commit 111b1a1566
1 changed files with 3 additions and 1 deletions

View File

@ -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;