summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/options.rst2
-rw-r--r--options/options.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 6b3485cee3..2718a89606 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -733,7 +733,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``. Note that the hardware
+ By default this is set to ``h264,vc1,wmv3,hevc``. 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.
diff --git a/options/options.c b/options/options.c
index c51a948db4..576b1ec08b 100644
--- a/options/options.c
+++ b/options/options.c
@@ -763,7 +763,7 @@ const struct MPOpts mp_default_opts = {
.sub_cp = "auto",
.screenshot_template = "mpv-shot%n",
- .hwdec_codecs = "h264,vc1,wmv3",
+ .hwdec_codecs = "h264,vc1,wmv3,hevc",
.index_mode = 1,