From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 1F62B4585D for ; Sun, 26 Mar 2023 18:44:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 307E668C4CC; Sun, 26 Mar 2023 21:44:51 +0300 (EEST) Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 029AE68C368 for ; Sun, 26 Mar 2023 21:44:44 +0300 (EEST) Received: by mail-ed1-f53.google.com with SMTP id ek18so27278370edb.6 for ; Sun, 26 Mar 2023 11:44:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679856284; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=TrppODfjItR4KIBZ3mAuzbQNZ+3DgBT87ZAjI6dm7O8=; b=SqnFGMBMaDD6WI22Lkq6eu5yiVomDSVyfbJAYLCFGDh1jVCOtBWD1785sNku2Sbslq CzER26+GXWGjLci5qIj2gIXzKIf7mV9/BlA5582noWBXwkzliMs1qgUmgZeDfXEoR+DG 9SHnPdZnzB2GSwl8lL0IwJOvZOGajDwOMZPxz9g9Ks3A7j3s0agFG7cKvVagjB++YRBl gt1BdSZJ5EWIdf58517a1do5DwlQ9L3dAEOykxC86csAQN3B5JuxN+H0HSEAaNicqvDm 263MhDKAAexK9W183XmoUXA7thGM5SxwqI2+H3JxHS4CAnFHSj4wxVz3fGOX9kiKKBiz m/rA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679856284; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=TrppODfjItR4KIBZ3mAuzbQNZ+3DgBT87ZAjI6dm7O8=; b=65knx1Sw38eTH4Ux3Uf84LbV/7Hl1rGNCQbT99Xf7vK9Ckf9wJUbIrk2RvoKU7RQtU pXvHX96wTRpBWy+gAIxIA70P5vouXZp+1verCXMkaT5CdKdmB1Be1Fa8KAVgE1tb42E6 TEed4Ai0IivJRX/6bsW4JHJw9C5aWAO2lxsHJe/e2ZXmVFOo555rry+OL+M/geo7Vdbr 4DpOdj+HbA7KrPPpJNsLffFm2ArGnznf7QwQFgssJ4ihXK44hjdK1mJ9JOjZL5X2iqZt iF+9cQ0iltzuznhp4jtylNunBdlLtMJ3+Zw7ixvAsUbzjuv9NeYQDfBzj7I6jF4ckwdy 7mbg== X-Gm-Message-State: AAQBX9fWFPyp1IBw50fKu0q+JWueMrvYtC7YdxwPCpytG26rPsMTurlZ TiOC0gPMr/mnPJao1r1+8/P/mIGxePA= X-Google-Smtp-Source: AKy350aM0t0cg8BArsyQke5ND6sSnL9/23yzC4GhM6vHD2vEWPUmfuCU7jGt10LrDGIZdit+I+KS8Q== X-Received: by 2002:a17:906:7817:b0:8ae:11ca:81de with SMTP id u23-20020a170906781700b008ae11ca81demr9614855ejm.34.1679856283591; Sun, 26 Mar 2023 11:44:43 -0700 (PDT) Received: from mariano (dynamic-adsl-62-10-98-143.clienti.tiscali.it. [62.10.98.143]) by smtp.gmail.com with ESMTPSA id b22-20020a50ccd6000000b00501dac14d7asm6982349edj.3.2023.03.26.11.44.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 26 Mar 2023 11:44:42 -0700 (PDT) Received: by mariano (Postfix, from userid 1000) id 926B1BFB73; Sun, 26 Mar 2023 20:44:41 +0200 (CEST) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Sun, 26 Mar 2023 20:44:41 +0200 Message-Id: <20230326184441.61387-1-stefasab@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] doc/outdevs/sdl: update options documentation X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Stefano Sabatini Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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. -- 2.25.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".