include std::string don't include zm_video.h. Remove old videoWriter references

This commit is contained in:
Isaac Connor 2020-12-30 21:22:33 -05:00
parent 00aae0b68f
commit 64deff7486
1 changed files with 1 additions and 7 deletions

View File

@ -34,11 +34,11 @@
#include <set>
#include <map>
#include <queue>
#include <string>
#include "zm.h"
#include "zm_image.h"
#include "zm_stream.h"
#include "zm_video.h"
#include "zm_packet.h"
#include "zm_storage.h"
@ -94,7 +94,6 @@ class Event {
std::string alarm_file;
VideoStore *videoStore;
VideoWriter* videowriter;
std::string video_name;
std::string video_file;
int last_db_frame;
@ -133,11 +132,6 @@ class Event {
const char *event_file,
bool alarm_frame=false
) const;
bool WriteFrameVideo(
const Image *image,
const struct timeval timestamp,
VideoWriter* videow
) const;
void updateNotes(const StringSetMap &stringSetMap);