summaryrefslogtreecommitdiff
path: root/softhddev.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 /softhddev.h
parentde7c4b2a96a00cb7726de738bf69266ee13ab4b5 (diff)
downloadvdr-plugin-softhddevice-f640ebdeb5d0af907be4016658ea2229847e39ba.tar.gz
vdr-plugin-softhddevice-f640ebdeb5d0af907be4016658ea2229847e39ba.tar.bz2
Report correct size in cSoftHdDevice::GetVideoSize.
Diffstat (limited to 'softhddev.h')
-rw-r--r--softhddev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/softhddev.h b/softhddev.h
index 66b0b5a..60dfcbf 100644
--- a/softhddev.h
+++ b/softhddev.h
@@ -53,6 +53,8 @@ extern "C"
extern int SetPlayMode(int);
/// C plugin get current system time counter
extern int64_t GetSTC(void);
+ /// C plugin get video stream size and aspect
+ extern void GetVideoSize(int *, int *, double *);
/// C plugin set trick speed
extern void TrickSpeed(int);
/// C plugin clears all video and audio data from the device