From dfa5ae2ad61cba4fab850a41779ce95332c27935 Mon Sep 17 00:00:00 2001 From: Leo Izen Date: Thu, 5 Nov 2020 01:28:00 -0500 Subject: 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. --- DOCS/man/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/options.rst') 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. -- cgit v1.2.3