Add video file to event data.

This commit is contained in:
Isaac Connor 2016-04-01 14:06:31 -04:00
parent 03cae9d2f2
commit 9493e99587
1 changed files with 1 additions and 0 deletions

View File

@ -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: