diff options
author | Johns <johns98@gmx.net> | 2012-05-13 18:33:24 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-05-13 18:33:24 +0200 |
commit | 752ee356fa599ba9ede80385ab08ac7c75b127eb (patch) | |
tree | cfe83ff7932559614b3b669bffe98bd736726712 /video.h | |
parent | 43e70b6a3fea0112900507ddcbea43e34423ddd0 (diff) | |
download | vdr-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. /// @} |