Add video file to event data.
This commit is contained in:
parent
03cae9d2f2
commit
9493e99587
|
@ -227,6 +227,7 @@ protected:
|
||||||
char path[PATH_MAX];
|
char path[PATH_MAX];
|
||||||
int n_frames;
|
int n_frames;
|
||||||
FrameData *frames;
|
FrameData *frames;
|
||||||
|
char video_file[PATH_MAX];
|
||||||
};
|
};
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue