diff options
author | Johns <johns98@gmx.net> | 2012-01-30 15:58:21 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-30 15:58:21 +0100 |
commit | dab31e2367dfcb9fd3d1d05a9682f2eac1e6da8f (patch) | |
tree | 7bd004b9360b78aea4840f07578317ad9a219345 /softhddevice.cpp | |
parent | e613ff1f7e3095a450a729767313da2543c389bd (diff) | |
download | vdr-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.cpp | 4 |
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__); |