summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2023-03-26 20:43:26 +0200
committerStefano Sabatini <stefasab@gmail.com>2023-03-29 00:15:19 +0200
commit64016356bc1ed934188bbf6b9e1332b08ecebb4e (patch)
treed2ff4375e9fd15c613a5b675c4be5ae56f010e07 /doc
parent42d99d51324eabf2facdbc514b056de91a3c4c85 (diff)
downloadffmpeg-64016356bc1ed934188bbf6b9e1332b08ecebb4e.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/outdevs.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index 49eb6f8b1f..93391dbed7 100644
--- a/doc/outdevs.texi
+++ b/doc/outdevs.texi
@@ -421,14 +421,14 @@ For more information about SDL, check:
@table @option
-@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_borderless
+Set SDL window border off.
+Default value is 0 (enable window border).
@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)
+Default value is 1 (enable quit action).
@item window_fullscreen
Set fullscreen mode when non-zero value is provided.