add back lastKeyframePkt
This commit is contained in:
parent
db52a61b01
commit
111b1a1566
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue