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 C14D3474A7 for ; Mon, 8 Jan 2024 21:17:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 16F5D680101; Mon, 8 Jan 2024 23:17:40 +0200 (EET) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 277C2680101 for ; Mon, 8 Jan 2024 23:17:33 +0200 (EET) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-3606dc4fdf2so14360705ab.0 for ; Mon, 08 Jan 2024 13:17:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxyid.net; s=google; t=1704748651; x=1705353451; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=QnGPW95xD4EnuyT5tVojZkZcDlUTZBCk8q1vZiY/JKI=; b=CzZK2fxWe4W2gAcPgP0Iu8stypZ4iOaZ+943sfCV0UpVn67QiHeBn0ZsCQylPX+v8V J8GSObNdjpuFm6M9BO2L1cDM3xHWRRo+H7ZgHyYmBYFeHlAuA/lTHk9SgBQMe3YRK004 /IKmaV0mPZqSUXA01uKR1nGLUnlHuFY2+eFhCveWErCPQDcIIfIegiqySaEfmZXflG5Y K12ytmW+9v0ylQXsz2vpG9wLluIPc9JWfXItYKz6CrTI9fnkzcWz8xNeiJAH4zDvsE1t EGCAgWLlzOfcTFQKkHESvyi/MQhj55QhcpzJ9pESL4ix8DFC8IsF8WudX4H1H3dFoX9z A5ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704748651; x=1705353451; 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=QnGPW95xD4EnuyT5tVojZkZcDlUTZBCk8q1vZiY/JKI=; b=ws0Soama/CvH4z6UweYN8OFVTplNPP9aM57L/88/lx3mEcqRnGjFRgemiGDIa4X6P+ vvf+uq2DP58GI6PBFs7WxIXLjq4HadGZE9qwq4MhCEw96uaZ1etX/wg8JLg8Oceow5Vo nD69klPPdbWSXpHRw12w4UtxgxuzS4hXj5Jzj1ytioYdE8pGMdZMDizQR00lowF0v8UX 4Q+86PEhYh8qcwO3f6Itc2f2QheUL4CT5L9etsCTT6ZLI1N2uW9EbBrrH5P77euKGG8v BctTRBx/p+iIm7njJhxp3zWJd8DAuR7cUgJU1bxw5l+qMS8vuK+13KJ1kgn3Q4PLQzob 9EtQ== X-Gm-Message-State: AOJu0Yw5tZ+dSRB2N1Jk5PDhqCDtES+y7chvbsJ4uO/8Qh8CZcOuYyjj ELGPYkEK6RUfl7piIb5UWoWT21g7lRoVrER0d+yYiONbMh7+m+TmPNg2t6YCEcbGOQ== X-Google-Smtp-Source: AGHT+IGzvz67LS5x9bQgBaw0hJmkTfQ9SM8nhvnnaobwxKfc2N8Ig5FFkN8cdVWhBPSJ2n9io8qS8/JpEfpn X-Received: by 2002:a05:6e02:320c:b0:360:8bd0:7855 with SMTP id cd12-20020a056e02320c00b003608bd07855mr4263438ilb.62.1704748651628; Mon, 08 Jan 2024 13:17:31 -0800 (PST) Received: from wsx-cc1-001.. (c-76-141-0-17.hsd1.il.comcast.net. [76.141.0.17]) by smtp-relay.gmail.com with ESMTPS id a6-20020a056e02120600b0035f834771a3sm38163ilq.43.2024.01.08.13.17.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jan 2024 13:17:31 -0800 (PST) X-Relaying-Domain: proxyid.net From: Marth64 To: ffmpeg-devel@ffmpeg.org Date: Mon, 8 Jan 2024 15:17:25 -0600 Message-Id: <20240108211724.1823483-1-marth64@proxyid.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] web/index: fix dangling/improper paragraph (P) tag (2) 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: Marth64 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: Signed-off-by: Marth64 --- src/index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index b/src/index index 1d74e8c..4b01f55 100644 --- a/src/index +++ b/src/index @@ -146,7 +146,7 @@ repository is required. The functionality will be included in stable branches with the release of version 6.1, due to be released soon. -

+

As this is also the first practical implementation of the specifications, bugs may be present, particularly in drivers, and, although passing verification, the implementation itself. -- 2.34.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".