summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-30 15:58:21 +0100
committerJohns <johns98@gmx.net>2012-01-30 15:58:21 +0100
commitdab31e2367dfcb9fd3d1d05a9682f2eac1e6da8f (patch)
tree7bd004b9360b78aea4840f07578317ad9a219345 /softhddevice.cpp
parente613ff1f7e3095a450a729767313da2543c389bd (diff)
downloadvdr-plugin-softhddevice-dab31e2367dfcb9fd3d1d05a9682f2eac1e6da8f.tar.gz
vdr-plugin-softhddevice-dab31e2367dfcb9fd3d1d05a9682f2eac1e6da8f.tar.bz2
Finished rewrite of video code, to support modules.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r--softhddevice.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp
index 55eb0f2..b77543c 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -740,6 +740,10 @@ bool cSoftHdDevice::SetPlayMode(ePlayMode play_mode)
return true;
}
+/**
+** Gets the current System Time Counter, which can be used to
+** synchronize audio, video and subtitles.
+*/
int64_t cSoftHdDevice::GetSTC(void)
{
//dsyslog("[softhddev]%s:\n", __FUNCTION__);