summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-20 21:46:22 +0100
committerJohns <johns98@gmx.net>2012-01-20 21:46:22 +0100
commite32857a27ac74ac063507eebd3e39bb2fdee1b3e (patch)
tree0d704db6e6473d5805826c95aeb7bbcb67b8e9a7 /video.h
parent5ba88bb822d8feb01eefc4c1938bf427c5b96ee2 (diff)
downloadvdr-plugin-softhddevice-e32857a27ac74ac063507eebd3e39bb2fdee1b3e.tar.gz
vdr-plugin-softhddevice-e32857a27ac74ac063507eebd3e39bb2fdee1b3e.tar.bz2
VDPAU: Add screenshot support.
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.