summaryrefslogtreecommitdiff
path: root/dxr3output-video.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3output-video.c')
-rw-r--r--dxr3output-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3output-video.c b/dxr3output-video.c
index 17ae7f3..afebab9 100644
--- a/dxr3output-video.c
+++ b/dxr3output-video.c
@@ -45,7 +45,7 @@ void cDxr3VideoOutThread::Action()
cFixedLengthFrame* pNext = m_buffer.Get();
if (pNext)
{
- pts = pNext->GetPts();
+ pts = pNext->pts();
if (pts == lastPts)
pts = 0;