From f640ebdeb5d0af907be4016658ea2229847e39ba Mon Sep 17 00:00:00 2001 From: Johns Date: Wed, 10 Oct 2012 17:26:49 +0200 Subject: Report correct size in cSoftHdDevice::GetVideoSize. --- video.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video.h') diff --git a/video.h b/video.h index b27a195..99aa20a 100644 --- a/video.h +++ b/video.h @@ -193,6 +193,9 @@ extern uint8_t *VideoGrabService(int *, int *, int *); /// Get decoder statistics. extern void VideoGetStats(VideoHwDecoder *, int *, int *, int *, int *); + /// Get video stream size +extern void VideoGetVideoSize(VideoHwDecoder *, int *, int *, int *, int *); + extern void VideoOsdInit(void); ///< Setup osd. extern void VideoOsdExit(void); ///< Cleanup osd. -- cgit v1.2.3