From 752ee356fa599ba9ede80385ab08ac7c75b127eb Mon Sep 17 00:00:00 2001 From: Johns Date: Sun, 13 May 2012 18:33:24 +0200 Subject: Poll input buffers, if display buffers are full. --- video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video.h') 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. /// @} -- cgit v1.2.3