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-12-15 01:26:39 +0300
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-12-15 01:26:39 +0300
commit8547458c402ddd61f0f5e3e91ed07a4fbaa62b2e (patch)
tree2adec2b241b3badb6f71750e929bfbafff9e8747 /src/apps/mplayerc/PlayerCaptureDialog.cpp
parentf379f69a0a7fb019342530af026f498cf46dcac8 (diff)
fix a few typos
Patch by thevbm git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2773 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PlayerCaptureDialog.cpp')
-rw-r--r--src/apps/mplayerc/PlayerCaptureDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/mplayerc/PlayerCaptureDialog.cpp b/src/apps/mplayerc/PlayerCaptureDialog.cpp
index 09a1c27f6..1082cc71e 100644
--- a/src/apps/mplayerc/PlayerCaptureDialog.cpp
+++ b/src/apps/mplayerc/PlayerCaptureDialog.cpp
@@ -767,7 +767,7 @@ void CPlayerCaptureDialog::UpdateUserDefinableControls()
UNUSED_ALWAYS(h);
m_vidhor.SetRange((short)pvfe->caps.MinOutputSize.cx, (short)pvfe->caps.MaxOutputSize.cx);
- /* if(bih->biCompression == mmioFOURCC('Y','U','Y','2')) // FIXME: bt8x8 drivers seem to crop the right side in yuv2 mode if the width is not divisable by 64
+ /* if(bih->biCompression == mmioFOURCC('Y','U','Y','2')) // FIXME: bt8x8 drivers seem to crop the right side in yuv2 mode if the width is not dividable by 64
pvfe->caps.OutputGranularityX = 64;
*/
ua[0].nInc = pvfe->caps.OutputGranularityX;