diff options
author | Johns <johns98@gmx.net> | 2012-03-31 21:27:54 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-03-31 21:27:54 +0200 |
commit | c9b344a3fd9d4bdb1aecc805336c4ccf479b0c49 (patch) | |
tree | 4b132619ed3feec789195e2fc26d4aaac3a93cb7 /softhddevice.cpp | |
parent | b41f934c3707bcd3f31b794c1a7aba5c9ccb32f1 (diff) | |
download | vdr-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.cpp | 2 |
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(); } /** |