diff options
Diffstat (limited to 'dxr3device.c')
-rw-r--r-- | dxr3device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3device.c b/dxr3device.c index a1e3da3..2f76e8a 100644 --- a/dxr3device.c +++ b/dxr3device.c @@ -109,7 +109,7 @@ bool cDxr3Device::SetPlayMode(ePlayMode PlayMode) // ================================== int64_t cDxr3Device::GetSTC() { - return cDxr3Interface::instance()->GetPts(); + return (vPts << 1); } // ================================== |