need to store the monitor object

This commit is contained in:
Isaac Connor 2017-12-04 18:06:53 -05:00
parent 61dd84de82
commit 13de2b60d4
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class VideoStore;
class VideoStore {
private:
Monitor *monitor;
AVOutputFormat *out_format;
AVFormatContext *oc;
AVStream *video_out_stream;