From c9b344a3fd9d4bdb1aecc805336c4ccf479b0c49 Mon Sep 17 00:00:00 2001 From: Johns Date: Sat, 31 Mar 2012 21:27:54 +0200 Subject: Audio/Video sync rewrite. Trick-speed support moved to video module. Reduce video messages. --- video.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'video.h') diff --git a/video.h b/video.h index c370ee0..c196c64 100644 --- a/video.h +++ b/video.h @@ -146,7 +146,14 @@ extern void VideoOsdDrawARGB(int, int, int, int, const uint8_t *); /// Get OSD size. extern void VideoGetOsdSize(int *, int *); -extern int64_t VideoGetClock(void); ///< Get video clock. + /// Set video clock. +extern void VideoSetClock(VideoHwDecoder *, int64_t); + + /// Get video clock. +extern int64_t VideoGetClock(const VideoHwDecoder *); + + /// Set trick play speed. +extern void VideoSetTrickSpeed(VideoHwDecoder *, int); /// Grab screen. extern uint8_t *VideoGrab(int *, int *, int *, int); -- cgit v1.2.3