summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video.h')
-rw-r--r--video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video.h b/video.h
index f3ff6ad..c6c3bc6 100644
--- a/video.h
+++ b/video.h
@@ -114,6 +114,9 @@ extern void VideoGetOsdSize(int *, int *);
extern int64_t VideoGetClock(void); ///< Get video clock.
+ /// Grab screen.
+extern uint8_t *VideoGrab(int *, int *, int *);
+
extern void VideoOsdInit(void); ///< Setup osd.
extern void VideoOsdExit(void); ///< Cleanup osd.