1#if defined(CONF_VIDEORECORDER)
2
3#include "video.h"
4
5IVideo *IVideo::ms_pCurrentVideo = 0;
6
7int64_t IVideo::ms_Time = 0;
8float IVideo::ms_LocalTime = 0;
9int64_t IVideo::ms_LocalStartTime = 0;
10int64_t IVideo::ms_TickTime = 0;
11
12#endif
13