mirror of https://github.com/mpv-player/mpv
Remove capitalization and period from non-sentences
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15498 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e2b42150b1
commit
eb1191e77d
|
@ -8014,9 +8014,9 @@ Select fullpixel motion estimation algorithm.
|
|||
.PD 0
|
||||
.RSs
|
||||
.IPs 1
|
||||
Diamond search, radius 1 (fast).
|
||||
diamond search, radius 1 (fast)
|
||||
.IPs 2
|
||||
Hexagon search, radius 2 (default).
|
||||
hexagon search, radius 2 (default)
|
||||
.IPs 3
|
||||
Exhaustive search, controlled by me_range (very slow).
|
||||
.RE
|
||||
|
@ -8024,7 +8024,7 @@ Exhaustive search, controlled by me_range (very slow).
|
|||
.
|
||||
.TP
|
||||
.B me_range=<4\-64>
|
||||
Radius of exhaustive motion search (default: 16).
|
||||
radius of exhaustive motion search (default: 16)
|
||||
.
|
||||
.TP
|
||||
.B subq=<1\-5>
|
||||
|
|
Loading…
Reference in New Issue