summaryrefslogtreecommitdiff
path: root/softhddev.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2011-12-12 17:06:05 +0100
committerJohns <johns98@gmx.net>2011-12-12 17:06:05 +0100
commitedfb9932c0cd99616b43ba3541c538659456ae6d (patch)
treea911e0081c9bf6a2aa6044e13f87acf8d63bbc03 /softhddev.h
parentfa970400f1f2c8d0620ddccdb27c814ef7f23258 (diff)
downloadvdr-plugin-softhddevice-edfb9932c0cd99616b43ba3541c538659456ae6d.tar.gz
vdr-plugin-softhddevice-edfb9932c0cd99616b43ba3541c538659456ae6d.tar.bz2
Add deinterlace/scaling modes to setup.
Diffstat (limited to 'softhddev.h')
-rw-r--r--softhddev.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/softhddev.h b/softhddev.h
index 4b82cce..817be2c 100644
--- a/softhddev.h
+++ b/softhddev.h
@@ -43,12 +43,14 @@ extern "C"
extern void SetVolumeDevice(int);
/// C plugin play video packet
- extern void PlayVideo(const uint8_t *, int);
+ extern int PlayVideo(const uint8_t *, int);
/// C plugin play TS video packet
extern void PlayTsVideo(const uint8_t *, int);
/// C plugin set play mode
extern void SetPlayMode(void);
+ /// C plugin poll if ready
+ extern int Poll(int);
/// C plugin command line help
extern const char *CommandLineHelp(void);