summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-17 02:51:13 +0200
committerwm4 <wm4@nowhere>2014-08-17 02:51:13 +0200
commit761037dcc6994e5dfbe2d336f665e84c1b7ff05e (patch)
tree84d93dbad5b09edb2eabb27865f7f0c4bc2b52ff /DOCS/man
parent5b64f5ad35ba00d894c9efb1b12fa93ed1aa27fa (diff)
downloadmpv-761037dcc6994e5dfbe2d336f665e84c1b7ff05e.tar.bz2
mpv-761037dcc6994e5dfbe2d336f665e84c1b7ff05e.tar.xz
video: enable framedropping by default
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 01aaaefe6c..b3676b45b0 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -438,11 +438,11 @@ Video
The argument selects the drop methods, and can be one of the following:
<no>
- Disable any framedropping (default).
+ Disable any framedropping.
<vo>
- Drop late frames on video output. This still decodes and 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
+ Drop late frames on video output (default). This still decodes and
+ 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,
in theory all frames would have to be dropped (because all frames are