summaryrefslogtreecommitdiff
path: root/video.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-10-10 17:26:49 +0200
committerJohns <johns98@gmx.net>2012-10-10 17:26:49 +0200
commitf640ebdeb5d0af907be4016658ea2229847e39ba (patch)
treeba693ee1060d54fe5f5f1742b204adbca29ee861 /video.h
parentde7c4b2a96a00cb7726de738bf69266ee13ab4b5 (diff)
downloadvdr-plugin-softhddevice-f640ebdeb5d0af907be4016658ea2229847e39ba.tar.gz
vdr-plugin-softhddevice-f640ebdeb5d0af907be4016658ea2229847e39ba.tar.bz2
Report correct size in cSoftHdDevice::GetVideoSize.
Diffstat (limited to 'video.h')
-rw-r--r--video.h3
1 files changed, 3 insertions, 0 deletions
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.