summaryrefslogtreecommitdiff
path: root/softhddev.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 /softhddev.h
parent5ba88bb822d8feb01eefc4c1938bf427c5b96ee2 (diff)
downloadvdr-plugin-softhddevice-e32857a27ac74ac063507eebd3e39bb2fdee1b3e.tar.gz
vdr-plugin-softhddevice-e32857a27ac74ac063507eebd3e39bb2fdee1b3e.tar.bz2
VDPAU: Add screenshot support.
Diffstat (limited to 'softhddev.h')
-rw-r--r--softhddev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h
index 51e07ba..a1e21e3 100644
--- a/softhddev.h
+++ b/softhddev.h
@@ -46,6 +46,8 @@ extern "C"
extern int PlayVideo(const uint8_t *, int);
/// C plugin play TS video packet
extern void PlayTsVideo(const uint8_t *, int);
+ /// C plugin grab an image
+ extern uint8_t *GrabImage(int *, int, int, int, int);
/// C plugin set play mode
extern void SetPlayMode(void);