summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-03-31 21:27:54 +0200
committerJohns <johns98@gmx.net>2012-03-31 21:27:54 +0200
commitc9b344a3fd9d4bdb1aecc805336c4ccf479b0c49 (patch)
tree4b132619ed3feec789195e2fc26d4aaac3a93cb7 /softhddevice.cpp
parentb41f934c3707bcd3f31b794c1a7aba5c9ccb32f1 (diff)
downloadvdr-plugin-softhddevice-c9b344a3fd9d4bdb1aecc805336c4ccf479b0c49.tar.gz
vdr-plugin-softhddevice-c9b344a3fd9d4bdb1aecc805336c4ccf479b0c49.tar.bz2
Audio/Video sync rewrite.
Trick-speed support moved to video module. Reduce video messages.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r--softhddevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp
index f699b47..8be2e9d 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -1085,7 +1085,7 @@ int64_t cSoftHdDevice::GetSTC(void)
{
//dsyslog("[softhddev]%s:\n", __FUNCTION__);
- return::VideoGetClock();
+ return::GetSTC();
}
/**