mirror of https://git.ffmpeg.org/ffmpeg.git
doc/outdevs/sdl: update options documentation
Drop mention of missing icon_title option, document window_borderless option. Fix issue: http://trac.ffmpeg.org/ticket/9583
This commit is contained in:
parent
42d99d5132
commit
64016356bc
|
@ -421,14 +421,14 @@ For more information about SDL, check:
|
||||||
|
|
||||||
@table @option
|
@table @option
|
||||||
|
|
||||||
@item icon_title
|
@item window_borderless
|
||||||
Set the name of the iconified SDL window, if not specified it is set
|
Set SDL window border off.
|
||||||
to the same value of @var{window_title}.
|
Default value is 0 (enable window border).
|
||||||
|
|
||||||
@item window_enable_quit
|
@item window_enable_quit
|
||||||
Enable quit action (using window button or keyboard key)
|
Enable quit action (using window button or keyboard key)
|
||||||
when non-zero value is provided.
|
when non-zero value is provided.
|
||||||
Default value is 1 (enable quit action)
|
Default value is 1 (enable quit action).
|
||||||
|
|
||||||
@item window_fullscreen
|
@item window_fullscreen
|
||||||
Set fullscreen mode when non-zero value is provided.
|
Set fullscreen mode when non-zero value is provided.
|
||||||
|
|
Loading…
Reference in New Issue