diff options
Diffstat (limited to 'dxr3device.h')
-rw-r--r-- | dxr3device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dxr3device.h b/dxr3device.h index f2675f0..9b1af70 100644 --- a/dxr3device.h +++ b/dxr3device.h @@ -136,6 +136,9 @@ private: uint32_t vertical; uint32_t aspectRatio; + cMutex lastVideoFrameMutex; + AVPacket lastVideoFrame; + static cDxr3Device *inst; }; |