[FFmpeg-cvslog] doc/outdevs/sdl: sort options by name

Stefano Sabatini git at videolan.org
Wed Mar 29 01:19:59 EEST 2023


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Mar 26 20:35:59 2023 +0200| [42d99d51324eabf2facdbc514b056de91a3c4c85] | committer: Stefano Sabatini

doc/outdevs/sdl: sort options by name

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42d99d51324eabf2facdbc514b056de91a3c4c85
---

 doc/outdevs.texi | 26 +++++++++++++-------------
 1 file 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
 
- at 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}.
 
+ at 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)
+
+ at 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 at 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.
 
+ at 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.
-
- at item window_fullscreen
-Set fullscreen mode when non-zero value is provided.
-Default value is zero.
-
- at 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



More information about the ffmpeg-cvslog mailing list