summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2014-08-20 16:44:19 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2014-08-20 16:44:19 +0200
commit631be0774df71e1f2ac31d1495db8c605a44b88b (patch)
tree507a1494699e4c6057cbfe14ee92043589710568 /DOCS
parent759fdcb2f9b2b58e83ed7206600082f46979567f (diff)
downloadmpv-631be0774df71e1f2ac31d1495db8c605a44b88b.tar.bz2
mpv-631be0774df71e1f2ac31d1495db8c605a44b88b.tar.xz
options.rst: fix warning
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b3676b45b0..a64c684563 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -444,7 +444,7 @@ Video
filters all frames, but doesn't render them on the VO. It tries to query
the display FPS (X11 only, not correct on multi-monitor systems), or
assumes infinite display FPS if that fails. Drops are indicated in
- the terminal status line as ``D: `` field. If the decoder is too slow,
+ the terminal status line as ``D:`` field. If the decoder is too slow,
in theory all frames would have to be dropped (because all frames are
too late) - to avoid this, frame dropping stops if the effective
framerate is below 10 FPS.