summaryrefslogtreecommitdiff
path: root/dxr3interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3interface.c')
-rw-r--r--dxr3interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3interface.c b/dxr3interface.c
index 8f8f77f..2f2ec90 100644
--- a/dxr3interface.c
+++ b/dxr3interface.c
@@ -295,7 +295,7 @@ void cDxr3Interface::PlayVideoFrame(cFixedLengthFrame* pFrame)
Unlock();
- SetAspectRatio(pFrame->GetAspectRatio());
+ SetAspectRatio(pFrame->aspectratio());
uint32_t pts = pFrame->GetPts();
if (pts > 0)
m_lastSeenPts = pts;