From b4bd88286023822c67d4fde7379b82c14d2612a0 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Sat, 9 Jan 2010 20:02:24 +0100 Subject: make more use of Accessors --- dxr3interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dxr3interface.c') 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; -- cgit v1.2.3