doc/outdevs/sdl: sort options by name

This commit is contained in:
Stefano Sabatini 2023-03-26 20:35:59 +02:00
parent 47c56ff554
commit 42d99d5132

View file

@ -421,32 +421,32 @@ For more information about SDL, check:
@table @option @table @option
@item window_title
Set the SDL window title, if not specified default to the filename
specified for the output device.
@item icon_title @item icon_title
Set the name of the iconified SDL window, if not specified it is set Set the name of the iconified SDL window, if not specified it is set
to the same value of @var{window_title}. to the same value of @var{window_title}.
@item window_enable_quit
Enable quit action (using window button or keyboard key)
when non-zero value is provided.
Default value is 1 (enable quit action)
@item window_fullscreen
Set fullscreen mode when non-zero value is provided.
Default value is zero.
@item window_size @item window_size
Set the SDL window size, can be a string of the form Set the SDL window size, can be a string of the form
@var{width}x@var{height} or a video size abbreviation. @var{width}x@var{height} or a video size abbreviation.
If not specified it defaults to the size of the input video, If not specified it defaults to the size of the input video,
downscaled according to the aspect ratio. downscaled according to the aspect ratio.
@item window_title
Set the SDL window title, if not specified default to the filename
specified for the output device.
@item window_x @item window_x
@item window_y @item window_y
Set the position of the window on the screen. Set the position of the window on the screen.
@item window_fullscreen
Set fullscreen mode when non-zero value is provided.
Default value is zero.
@item window_enable_quit
Enable quit action (using window button or keyboard key)
when non-zero value is provided.
Default value is 1 (enable quit action)
@end table @end table
@subsection Interactive commands @subsection Interactive commands