summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2023-03-26 20:35:59 +0200
committerStefano Sabatini <stefasab@gmail.com>2023-03-29 00:15:19 +0200
commit42d99d51324eabf2facdbc514b056de91a3c4c85 (patch)
treed8e0106878915f0571da3cd50bdaf7fa082cf2f0 /doc
parent47c56ff5540fd5e402e805c8878b8d5e59f40f96 (diff)
downloadffmpeg-42d99d51324eabf2facdbc514b056de91a3c4c85.tar.gz
doc/outdevs/sdl: sort options by name
Diffstat (limited to 'doc')
-rw-r--r--doc/outdevs.texi26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index aa41e29523..49eb6f8b1f 100644
--- a/doc/outdevs.texi
+++ b/doc/outdevs.texi
@@ -421,32 +421,32 @@ For more information about SDL, check:
@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
Set the name of the iconified SDL window, if not specified it is set
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
Set the SDL window size, can be a string of the form
@var{width}x@var{height} or a video size abbreviation.
If not specified it defaults to the size of the input video,
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_y
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
@subsection Interactive commands