summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2019-03-01 12:39:12 +0100
committerMartin Herkt <lachs0r@srsfckn.biz>2019-03-01 12:44:45 +0100
commit8f5a42b1a0764acd392a410ef21e95029352b01f (patch)
treec519144c1212c33f13e3f506897e83340c08b699 /DOCS
parentb275232141f569d14d34b263ac059a77225222cc (diff)
downloadmpv-8f5a42b1a0764acd392a410ef21e95029352b01f.tar.bz2
mpv-8f5a42b1a0764acd392a410ef21e95029352b01f.tar.xz
options: do not enable WMV3 hwdec by default
Crashes NVIDIA, probably buggy on others. No one ever tests this shit. See #2192
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 2e15106bf0..d57ffa88d3 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1092,7 +1092,7 @@ Video
You can get the list of allowed codecs with ``mpv --vd=help``. Remove the
prefix, e.g. instead of ``lavc:h264`` use ``h264``.
- By default, this is set to ``h264,vc1,wmv3,hevc,vp9``. Note that
+ By default, this is set to ``h264,vc1,hevc,vp9``. Note that
the hardware acceleration special codecs like ``h264_vdpau`` are not
relevant anymore, and in fact have been removed from Libav in this form.