options: do not enable WMV3 hwdec by default

Crashes NVIDIA, probably buggy on others. No one ever tests this shit.

See #2192
This commit is contained in:
Martin Herkt 2019-03-01 12:39:12 +01:00
parent b275232141
commit 8f5a42b1a0
No known key found for this signature in database
GPG Key ID: C24B9CD04DC6AE7F
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -953,7 +953,7 @@ const struct MPOpts mp_default_opts = {
.screenshot_template = "mpv-shot%n",
.hwdec_api = HAVE_RPI ? "mmal" : "no",
.hwdec_codecs = "h264,vc1,wmv3,hevc,vp9",
.hwdec_codecs = "h264,vc1,hevc,vp9",
.audio_output_channels = {
.set = 1,