summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
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.
/// @}