diff options
Diffstat (limited to 'dxr3interface.c')
-rw-r--r-- | dxr3interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3interface.c b/dxr3interface.c index 2f2ec90..258e33f 100644 --- a/dxr3interface.c +++ b/dxr3interface.c @@ -296,7 +296,7 @@ void cDxr3Interface::PlayVideoFrame(cFixedLengthFrame* pFrame) Unlock(); SetAspectRatio(pFrame->aspectratio()); - uint32_t pts = pFrame->GetPts(); + uint32_t pts = pFrame->pts(); if (pts > 0) m_lastSeenPts = pts; } |