diff options
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,8 @@ extern void VideoOsdClear(void); /// Draw an OSD ARGB image extern void VideoOsdDrawARGB(int, int, int, int, const uint8_t *); +extern int64_t VideoGetClock(void); ///< get video clock + extern void VideoOsdInit(void); ///< setup osd extern void VideoOsdExit(void); ///< cleanup osd |