summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-07 00:56:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-07 00:56:58 +0000
commitf0374b30dab63a645ab837f4e0342671ee6afb2a (patch)
tree34b5e202c91f8c16ddeec93306cbdc97c4522463 /DOCS
parentf4a5fdc012c7a59f10f4c4d4ad3630804164806b (diff)
downloadmpv-f0374b30dab63a645ab837f4e0342671ee6afb2a.tar.bz2
mpv-f0374b30dab63a645ab837f4e0342671ee6afb2a.tar.xz
spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13274 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.110
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index f169a0f27c..591813774c 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3016,11 +3016,11 @@ vismv:
.br
0: disabled
.br
-1: visualize forward predicted MVs of P frames
+1: Visualize forward predicted MVs of P frames.
.br
-2: visualize forward predicted MVs of B frames
+2: Visualize forward predicted MVs of B frames.
.br
-4: visualize backward predicted MVs of B frames
+4: Visualize backward predicted MVs of B frames.
.REss
.IPs vstats
Prints some statistics and stores them in ./vstats_*.log.
@@ -3709,7 +3709,7 @@ Convert planar YUV 4:2:0 to half-height packed 4:2:2, downsampling luma but
keeping all chroma samples.
Useful for output to low-resolution display devices when hardware downscaling
is poor quality or is not available.
-Can also be used as a primitive luma-only deinterlacer with very low cpu
+Can also be used as a primitive luma-only deinterlacer with very low CPU
usage.
By default, halfpack averages pairs of lines when downsampling.
The optional parameter f can be 0 to only use even lines, or 1 to only use
@@ -3954,7 +3954,7 @@ plane instead of the luma plane for doing pullup's computations.
This may improve accuracy on very clean source material, but more
likely will decrease accuracy, especially if there is chroma noise
(rainbow effect) or any grayscale video.
-The main purpose of setting mp to a chroma plane is to reduce cpu load
+The main purpose of setting mp to a chroma plane is to reduce CPU load
and make pullup usable in realtime on slow machines.
.br
.I NOTE: