summaryrefslogtreecommitdiff
path: root/dxr3interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3interface.c')
-rw-r--r--dxr3interface.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/dxr3interface.c b/dxr3interface.c
index b04d08e..aa2fd0e 100644
--- a/dxr3interface.c
+++ b/dxr3interface.c
@@ -114,12 +114,6 @@ void cDxr3Interface::SetSpuPts(uint32_t pts)
Unlock();
}
-// ==================================
-int64_t cDxr3Interface::GetPts()
-{
- return m_lastSeenPts << 1;
-}
-
// set/get functions
// ==================================
//! get aspect ratio
@@ -285,7 +279,6 @@ void cDxr3Interface::PlayVideoFrame(cDxr3PesFrame *frame, uint32_t pts)
pts += 45000;
dsyslog("setting pts %d", pts);
this->SetPts(pts);
- m_lastSeenPts = pts;
}
Lock();