summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2015-12-19 09:26:27 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2015-12-19 09:26:41 +0100
commitfc9eef3b814ab0cb8134fdb8f249b48e490a9d4e (patch)
treedcef51e8945f339c145824ff0a0130d97ced8fbf /DOCS/man/vo.rst
parent58d45f7b3e7c288a8c4ddb9ef2d7eb1da71e916b (diff)
downloadmpv-fc9eef3b814ab0cb8134fdb8f249b48e490a9d4e.tar.bz2
mpv-fc9eef3b814ab0cb8134fdb8f249b48e490a9d4e.tar.xz
man: fix grammar issues
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 697584ca98..6335b34583 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -481,7 +481,7 @@ Available video output drivers are:
``temporal-dither``
Enable temporal dithering. (Only active if dithering is enabled in
- general.) This changes between 8 different dithering pattern on each
+ general.) This changes between 8 different dithering patterns on each
frame by changing the orientation of the tiled dithering matrix.
Unfortunately, this can lead to flicker on LCD displays, since these
have a high reaction time.
@@ -492,7 +492,7 @@ Available video output drivers are:
video frame, 2 on every other frame, etc.
``debug``
- Check for OpenGL errors, i.e. call ``glGetError()``. Also request a
+ Check for OpenGL errors, i.e. call ``glGetError()``. Also, request a
debug OpenGL context (which does nothing with current graphics drivers
as of this writing).
@@ -741,7 +741,7 @@ Available video output drivers are:
``glfinish``
Call ``glFinish()`` before and after swapping buffers (default: disabled).
- Slower, but might help getting better results when doing framedropping.
+ Slower, but might improve results when doing framedropping.
Can completely ruin performance. The details depend entirely on the
OpenGL driver.
@@ -770,9 +770,9 @@ Available video output drivers are:
The value ``auto`` will try to determine whether the compositor is
active, and calls ``DwmFlush`` only if it seems to be.
- This may help getting more consistent frame intervals, especially with
- high-fps clips - which might also reduce dropped frames. Typically a
- value of ``windowed`` should be enough since full screen may bypass the
+ This may help to get more consistent frame intervals, especially with
+ high-fps clips - which might also reduce dropped frames. Typically, a
+ value of ``windowed`` should be enough, since full screen may bypass the
DWM.
Windows only.