summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-05-13 18:33:24 +0200
committerJohns <johns98@gmx.net>2012-05-13 18:33:24 +0200
commit752ee356fa599ba9ede80385ab08ac7c75b127eb (patch)
treecfe83ff7932559614b3b669bffe98bd736726712 /video.h
parent43e70b6a3fea0112900507ddcbea43e34423ddd0 (diff)
downloadvdr-plugin-softhddevice-752ee356fa599ba9ede80385ab08ac7c75b127eb.tar.gz
vdr-plugin-softhddevice-752ee356fa599ba9ede80385ab08ac7c75b127eb.tar.bz2
Poll input buffers, if display buffers are full.
Diffstat (limited to 'video.h')
-rw-r--r--video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video.h b/video.h
index 1793e29..f027c9f 100644
--- a/video.h
+++ b/video.h
@@ -177,8 +177,8 @@ extern void VideoOsdExit(void); ///< Cleanup osd.
extern void VideoInit(const char *); ///< Setup video module.
extern void VideoExit(void); ///< Cleanup and exit video module.
-extern void VideoFlushInput(void); ///< Flush video input buffers.
-extern int VideoDecode(void); ///< Decode video input buffers.
+extern int VideoPollInput(void); ///< Poll video input buffers.
+extern int VideoDecodeInput(void); ///< Decode video input buffers.
extern int VideoGetBuffers(void); ///< Get number of input buffers.
/// @}