diff mbox series

[FFmpeg-devel] doc/outdevs/sdl: update options documentation

Message ID 20230326184441.61387-1-stefasab@gmail.com
State Accepted
Commit 64016356bc1ed934188bbf6b9e1332b08ecebb4e
Headers show
Series [FFmpeg-devel] doc/outdevs/sdl: update options documentation | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to apply patch

Commit Message

Stefano Sabatini March 26, 2023, 6:44 p.m. UTC
Drop mention of missing icon_title option, document window_borderless option.

Fix issue:
http://trac.ffmpeg.org/ticket/9583
---
 doc/outdevs.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Gyan Doshi March 27, 2023, 4:42 a.m. UTC | #1
On 2023-03-27 12:14 am, Stefano Sabatini wrote:
> Drop mention of missing icon_title option, document window_borderless option.
>
> Fix issue:
> http://trac.ffmpeg.org/ticket/9583
> ---
>   doc/outdevs.texi | 8 ++++----
>   1 file 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.

LGTM.

Regards,
Gyan
Stefano Sabatini March 28, 2023, 10:33 p.m. UTC | #2
On date Monday 2023-03-27 10:12:15 +0530, Gyan Doshi wrote:
> 
> 
> On 2023-03-27 12:14 am, Stefano Sabatini wrote:
> > Drop mention of missing icon_title option, document window_borderless option.
> > 
> > Fix issue:
> > http://trac.ffmpeg.org/ticket/9583
[...] 
> LGTM.

Applied, thanks.
diff mbox series

Patch

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.