mirror of https://github.com/mpv-player/mpv
manpage: clarify what to pass to --hwdec-codecs option
This commit is contained in:
parent
1685d198b9
commit
852c924a60
|
@ -1152,7 +1152,9 @@ OPTIONS
|
|||
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,wmv3``.
|
||||
By default this is set to ``h264,vc1,wmv3``. 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.
|
||||
|
||||
This is usually only needed with broken GPUs, where a codec is reported
|
||||
as supported, but decoding causes more problems than it solves.
|
||||
|
|
Loading…
Reference in New Issue