diff options
author | Johns <johns98@gmx.net> | 2012-01-20 21:46:22 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-20 21:46:22 +0100 |
commit | e32857a27ac74ac063507eebd3e39bb2fdee1b3e (patch) | |
tree | 0d704db6e6473d5805826c95aeb7bbcb67b8e9a7 /video.h | |
parent | 5ba88bb822d8feb01eefc4c1938bf427c5b96ee2 (diff) | |
download | vdr-plugin-softhddevice-e32857a27ac74ac063507eebd3e39bb2fdee1b3e.tar.gz vdr-plugin-softhddevice-e32857a27ac74ac063507eebd3e39bb2fdee1b3e.tar.bz2 |
VDPAU: Add screenshot support.
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |