summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-02 21:28:59 +0200
committerwm4 <wm4@nowhere>2012-08-02 22:07:38 +0200
commite48b21dd87468245268c470b250c3cdd5a1bbfae (patch)
tree43d11465e021a9573bf581ecf2d00c2819f8cabf /DOCS/man/en/options.rst
parent6c05d49730b8fe3b0eff6639b067c4978706bf59 (diff)
downloadmpv-e48b21dd87468245268c470b250c3cdd5a1bbfae.tar.bz2
mpv-e48b21dd87468245268c470b250c3cdd5a1bbfae.tar.xz
VO: remove VO direct rendering
This was disabled by default, and could be enabled with -dr. It was disabled by default because it was buggy: there were issues with OSD corruption. It wasn't entirely sane for OpenGL based VOs either. OpenGL can chose to drop mapped pixel buffer objects, requiring the application to map and fill the buffer again. But there was no mechanism in mplayer to fill the lost buffer again. (It seems this rarely happened in practice, though.) On the other side, users liked the --dr flag, because it promised them more speed. I'm not sure if it actually helped with speed, but it's unlikely it had any real advantages on modern systems. In order to evade the --dr cargo culting in mplayer config files, it's best to get rid of it.
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 2f507f98f2..1fd96565a4 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -514,11 +514,6 @@
double-click (default: 300). Set to 0 to let your windowing system decide
what a double-click is (``--vo=directx`` only).
---dr
- Turns on direct rendering (not supported by all codecs and video outputs)
-
- *WARNING*: May cause OSD/SUB corruption!
-
--dumpfile=<filename>
Specify which file MPlayer should dump to. Should be used together with
``--dumpaudio`` / ``--dumpvideo`` / ``--dumpstream`` / ``--capture``.