DOCS/man/options: update defaults for `--hwdec-codecs`

`prores` was added to the whitelist in 629b637406.
This commit is contained in:
norinoriko 2024-09-04 18:04:53 -04:00 committed by Leo Izen
parent db19dbca5c
commit ecc6cddef0
1 changed files with 1 additions and 1 deletions

View File

@ -1755,7 +1755,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,vp8,vp9,av1``. Note that
By default, this is set to ``h264,vc1,hevc,vp8,vp9,av1,prores``. Note that
the hardware acceleration special codecs like ``h264_vdpau`` are not
relevant anymore, and in fact have been removed from FFmpeg in this form.