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 C071648B42 for ; Wed, 3 Jan 2024 22:14:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DDAB268CC2F; Thu, 4 Jan 2024 00:14:09 +0200 (EET) Received: from mail-pg1-f227.google.com (mail-pg1-f227.google.com [209.85.215.227]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B556868C5FF for ; Thu, 4 Jan 2024 00:14:01 +0200 (EET) Received: by mail-pg1-f227.google.com with SMTP id 41be03b00d2f7-53fa455cd94so3028160a12.2 for ; Wed, 03 Jan 2024 14:14:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxyid.net; s=google; t=1704320040; x=1704924840; 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=1rN8/BFk4Nv6ePyCNS4b0MFFLLAvm3jlhS0OJgvw5B4=; b=eXVmkZtO5k5ehQC3GoNg9X5qU7StottHOToloHH+9g/e+CcVuzXJxknyKmEsxnpK/f HaigFT11vtbngPWqI45nM35Ztm2i1j0SBZi35EnXt9irKSUhiRme934DSBOvhVF+4A6S AQ3a7cs4b5zuwLJJUXbZxcNmacHDz3iFbX+GORdpG+jZ1HxHBs1n3L/Gu7mvQD1k5VkP EZcviMZdYOFbxI5qR/FhM2NzhGQrB/w0ptXNv8B70ZEpLRKWn7+qy9OeBdIiLq4iXqca KskiewcU3mH6mr1HICfPYMgUl0HQfEKmxg26mH1SKqFicGNd3evmKb+mvQzS7iHlwJWB Ze3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704320040; x=1704924840; 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=1rN8/BFk4Nv6ePyCNS4b0MFFLLAvm3jlhS0OJgvw5B4=; b=AhP6h/fRib/KJuinXfMbZK0GMXZL0r2Q/QbcvoYEohCrDYtWWr11hRP8px58TT8XN7 +L935cPJUPQVM0Q3NtIXazVWgxr11K7tW2IYTwne7rmKOilcT+oQ3TyX0AjSWBnQ2XmL fY13KatxReAIc68WisHfZmYc+pLdd9B3PsWnauNX6QPufl3xCKmAzQK7SE4ttty4oA8+ Dczs/0scitouEXSb8ACLfz4rWZRIn2jfeupSokyIC4+w3n0ihnJdF54cd6FyyH1c1Z3A GAhF/TX2AgoyXcHT9XVhFuOhQtWJDiem6YFZc63f7tuEMPuQBTiRYe1D2a1fjd2CXDND 3fdA== X-Gm-Message-State: AOJu0YxwzmNPKFlM2ud4sKgg/zMUBL78Kydv+JkGd4BX3iZYa3Mtt9dZ 6QG/yCpJM/FXqpZm3+R2M2Wixw7mmT/p9d6NqBfL3ZkM8okpulFAk8buZMzpklDObA== X-Google-Smtp-Source: AGHT+IE1qfTG7AM3aN0hMlZ75I+WO+VAl6WkIr40ihrShB+ObqyHObLp6nF/RH/UMWVlITuY7rpoq8mB8vqm X-Received: by 2002:a17:903:22c9:b0:1d4:c2d7:397b with SMTP id y9-20020a17090322c900b001d4c2d7397bmr2930549plg.0.1704320039894; Wed, 03 Jan 2024 14:13:59 -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 c9-20020a170902aa4900b001d486882d68sm132334plr.2.2024.01.03.14.13.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Jan 2024 14:13:59 -0800 (PST) X-Relaying-Domain: proxyid.net From: Marth64 To: ffmpeg-devel@ffmpeg.org Date: Wed, 3 Jan 2024 16:13:53 -0600 Message-Id: <20240103221352.1200766-1-marth64@proxyid.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] doc/ffmpeg: add missing comma 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 --- doc/ffmpeg.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 145cbb1032..bb57aeaef4 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -118,7 +118,7 @@ Encoded packets are then passed to the decoder (unless streamcopy is selected for the stream, see further for a description). The decoder produces uncompressed frames (raw video/PCM audio/...) which can be processed further by filtering (see next section). After filtering, the frames are passed to the -encoder, which encodes them and outputs encoded packets. Finally those are +encoder, which encodes them and outputs encoded packets. Finally, those are passed to the muxer, which writes the encoded packets to the output file. @section Filtering -- 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".