From c9b344a3fd9d4bdb1aecc805336c4ccf479b0c49 Mon Sep 17 00:00:00 2001 From: Johns Date: Sat, 31 Mar 2012 21:27:54 +0200 Subject: Audio/Video sync rewrite. Trick-speed support moved to video module. Reduce video messages. --- softhddevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'softhddevice.cpp') 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(); } /** -- cgit v1.2.3