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