From f640ebdeb5d0af907be4016658ea2229847e39ba Mon Sep 17 00:00:00 2001 From: Johns Date: Wed, 10 Oct 2012 17:26:49 +0200 Subject: Report correct size in cSoftHdDevice::GetVideoSize. --- softhddevice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'softhddevice.cpp') diff --git a/softhddevice.cpp b/softhddevice.cpp index ac717e2..100af10 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -1741,11 +1741,11 @@ void cSoftHdDevice::SetVideoFormat(bool video_format16_9) ** Returns the width, height and video_aspect ratio of the currently ** displayed video material. ** -** @note the size is used to scale the subtitle. +** @note the video_aspect is used to scale the subtitle. */ void cSoftHdDevice::GetVideoSize(int &width, int &height, double &video_aspect) { - ::GetOsdSize(&width, &height, &video_aspect); + ::GetVideoSize(&width, &height, &video_aspect); } /** -- cgit v1.2.3