diff options
author | m.Rcu <> | 2012-01-24 22:40:06 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-24 22:40:06 +0100 |
commit | 2dff69dc14ef8f59e8ae9e50dfa6b973d42f3369 (patch) | |
tree | af010f03e6a35d327b99462d6db892f8a207ec4d /video.h | |
parent | 5668fa22d2d62385b6901f957d2d47d3385aef91 (diff) | |
download | vdr-plugin-softhddevice-2dff69dc14ef8f59e8ae9e50dfa6b973d42f3369.tar.gz vdr-plugin-softhddevice-2dff69dc14ef8f59e8ae9e50dfa6b973d42f3369.tar.bz2 |
Add support for grab jpeg image.
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ extern void VideoGetOsdSize(int *, int *); extern int64_t VideoGetClock(void); ///< Get video clock. /// Grab screen. -extern uint8_t *VideoGrab(int *, int *, int *); +extern uint8_t *VideoGrab(int *, int *, int *, int); extern void VideoOsdInit(void); ///< Setup osd. extern void VideoOsdExit(void); ///< Cleanup osd. |