diff --git a/src/zm_videostore.h b/src/zm_videostore.h index 4786770f9..55a99e0ee 100644 --- a/src/zm_videostore.h +++ b/src/zm_videostore.h @@ -19,6 +19,7 @@ class VideoStore; class VideoStore { private: + Monitor *monitor; AVOutputFormat *out_format; AVFormatContext *oc; AVStream *video_out_stream;