mirror of
https://github.com/mpv-player/mpv
synced 2025-01-17 04:22:41 +00:00
manpage: replace -vo
with --vo
This commit is contained in:
parent
736cd7336a
commit
2aebf3e482
@ -2325,7 +2325,7 @@ Window
|
||||
ensure it does not cause security problems (e.g. make sure to use full
|
||||
paths if "." is in your path like on Windows). It also only works when
|
||||
playing video (i.e. not with ``--no-video`` but works with
|
||||
``-vo=null``).
|
||||
``--vo=null``).
|
||||
|
||||
This can be "misused" to disable screensavers that do not support the
|
||||
proper X API (see also ``--stop-screensaver``). If you think this is too
|
||||
@ -3817,7 +3817,7 @@ OpenGL renderer options
|
||||
-----------------------
|
||||
|
||||
The following video options are currently all specific to ``--vo=opengl`` and
|
||||
``-vo=opengl-cb`` only, which are the only VOs that implement them.
|
||||
``--vo=opengl-cb`` only, which are the only VOs that implement them.
|
||||
|
||||
``--scale=<filter>``
|
||||
|
||||
|
@ -473,7 +473,7 @@ int reinit_video_chain_src(struct MPContext *mpctx, struct lavfi_pad *src)
|
||||
mpctx->video_out = init_best_video_out(mpctx->global, &ex);
|
||||
if (!mpctx->video_out) {
|
||||
MP_FATAL(mpctx, "Error opening/initializing "
|
||||
"the selected video_out (-vo) device.\n");
|
||||
"the selected video_out (--vo) device.\n");
|
||||
mpctx->error_playing = MPV_ERROR_VO_INIT_FAILED;
|
||||
goto err_out;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user