Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-08-19 16:14:15 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-19 16:14:15 +0400
commit0bbdd885d74dd8c8a69ff6c44fa156cdcd099710 (patch)
tree8fde341b449140f0fdeade03455741d4a7a59acc /src/filters/renderer
parent161c6b8749e7bd3bdcd6d5f836f272d23ce4ec2d (diff)
CmdUI: whitespace cleanup
EVR Sync: Aspect Ratio shown with ":" Updated AUTHORS and Changelog git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2273 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/renderer')
-rw-r--r--src/filters/renderer/VideoRenderers/SyncRenderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/renderer/VideoRenderers/SyncRenderer.cpp b/src/filters/renderer/VideoRenderers/SyncRenderer.cpp
index 3ed2b06a2..692af653e 100644
--- a/src/filters/renderer/VideoRenderers/SyncRenderer.cpp
+++ b/src/filters/renderer/VideoRenderers/SyncRenderer.cpp
@@ -2192,7 +2192,7 @@ void CBaseAP::DrawStats()
}
#endif
- strText.Format(L"Video resolution: %d x %d | Aspect ratio: %d x %d", m_NativeVideoSize.cx, m_NativeVideoSize.cy, m_AspectRatio.cx, m_AspectRatio.cy);
+ strText.Format(L"Video resolution: %d x %d | Aspect ratio: %d : %d", m_NativeVideoSize.cx, m_NativeVideoSize.cy, m_AspectRatio.cx, m_AspectRatio.cy);
DrawText(rc, strText, 1);
OffsetRect(&rc, 0, TextHeight);