mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
vo_vdpau: rename some sub-options
Since the sub-options have been deprecated very recently, and are redirected to global options, we don't need to document this change.
This commit is contained in:
@@ -163,11 +163,11 @@ Available video output drivers are:
|
||||
with the composited mode behavior of the NVIDIA driver, there is no
|
||||
hard playback speed limit even without the disabled logic. Enabled by
|
||||
default, use ``no-composite-detect`` to disable.
|
||||
``--vo-vdpau-queuetime_windowed=<number>`` and ``queuetime_fs=<number>``
|
||||
``--vo-vdpau-queuetime-windowed=<number>`` and ``queuetime-fs=<number>``
|
||||
Use VDPAU's presentation queue functionality to queue future video
|
||||
frame changes at most this many milliseconds in advance (default: 50).
|
||||
See below for additional information.
|
||||
``--vo-vdpau-output_surfaces=<2-15>``
|
||||
``--vo-vdpau-output-surfaces=<2-15>``
|
||||
Allocate this many output surfaces to display video frames (default:
|
||||
3). See below for additional information.
|
||||
``--vo-vdpau-colorkey=<#RRGGBB|#AARRGGBB>``
|
||||
|
||||
Reference in New Issue
Block a user