summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video.h')
-rw-r--r--video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video.h b/video.h
index 87bc181..47fcf41 100644
--- a/video.h
+++ b/video.h
@@ -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