From ecc6cddef0ccf16c48d700c69d3e244165d52c9c Mon Sep 17 00:00:00 2001 From: norinoriko <167651573+norinoriko@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:04:53 -0400 Subject: [PATCH] DOCS/man/options: update defaults for `--hwdec-codecs` `prores` was added to the whitelist in 629b63740611ddb9072487988320a9ddf4bb2fa7. --- DOCS/man/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 5ef2412c15..8ebbcd9a70 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -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.