add back lastKeyframePkt
This commit is contained in:
parent
db52a61b01
commit
111b1a1566
|
@ -64,7 +64,9 @@ protected:
|
||||||
bool wasRecording;
|
bool wasRecording;
|
||||||
VideoStore *videoStore;
|
VideoStore *videoStore;
|
||||||
char oldDirectory[4096];
|
char oldDirectory[4096];
|
||||||
//AVPacket lastKeyframePkt;
|
|
||||||
|
// Last Key frame
|
||||||
|
AVPacket lastKeyframePkt;
|
||||||
|
|
||||||
#if HAVE_LIBSWSCALE
|
#if HAVE_LIBSWSCALE
|
||||||
struct SwsContext *mConvertContext;
|
struct SwsContext *mConvertContext;
|
||||||
|
|
Loading…
Reference in New Issue