summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2020-11-05 01:28:00 -0500
committerJan Ekström <jeebjp@gmail.com>2020-11-05 23:05:54 +0200
commitdfa5ae2ad61cba4fab850a41779ce95332c27935 (patch)
tree21de06986e28f5186e40a38333a5634f4d369575 /DOCS/man/options.rst
parent172146e9f7a231b5de21921d883612d18b13a717 (diff)
downloadmpv-dfa5ae2ad61cba4fab850a41779ce95332c27935.tar.bz2
mpv-dfa5ae2ad61cba4fab850a41779ce95332c27935.tar.xz
manpage: document av1 addition to --hwdec-codecs default setting
Document the change to add AV1 to the list of default hwdec codecs, in commit 172146e9f7a231b5de21921d883612d18b13a717.
Diffstat (limited to 'DOCS/man/options.rst')
-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 b25c1f8481..94b9d2f778 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1596,7 +1596,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,hevc,vp9``. Note that
+ By default, this is set to ``h264,vc1,hevc,vp9,av1``. 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.