need to store the monitor object
This commit is contained in:
parent
61dd84de82
commit
13de2b60d4
|
@ -19,6 +19,7 @@ class VideoStore;
|
|||
class VideoStore {
|
||||
private:
|
||||
|
||||
Monitor *monitor;
|
||||
AVOutputFormat *out_format;
|
||||
AVFormatContext *oc;
|
||||
AVStream *video_out_stream;
|
||||
|
|
Loading…
Reference in New Issue