manpage: document av1 addition to --hwdec-codecs default setting

Document the change to add AV1 to the list of default hwdec
codecs, in commit 172146e9f7.
This commit is contained in:
Leo Izen 2020-11-05 01:28:00 -05:00 committed by Jan Ekström
parent 172146e9f7
commit dfa5ae2ad6
1 changed files with 1 additions and 1 deletions

View File

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