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 AE47C475FE for ; Fri, 12 Jan 2024 23:51:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C1BAD68CE0D; Sat, 13 Jan 2024 01:51:38 +0200 (EET) Received: from mail-qv1-f98.google.com (mail-qv1-f98.google.com [209.85.219.98]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B864968CB29 for ; Sat, 13 Jan 2024 01:51:32 +0200 (EET) Received: by mail-qv1-f98.google.com with SMTP id 6a1803df08f44-67f9f6caabcso45443016d6.3 for ; Fri, 12 Jan 2024 15:51:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proxyid.net; s=google; t=1705103491; x=1705708291; 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=yJibcg4hjSouF2kD1O28R9UMCIS7zOoJQTfuFzyiGNw=; b=K2rcbzQqYO5yTb6wErDsEoStwVRaMeLoAxws+e4+G1VjtlchaaHir5hvyJCmxkSdZZ st8v09hrH1JR5N+6nj+Z355OxQyex8dB/M7NrcRfQmWzMpc+RFmmO2MS0Ea3HzoUojhT Zvxu/7sFtfuOf6rjEODkfJuh28ilbW6sCawZhlkvpXtrDR/dofv8OaE+LpYEffYxtdSc GYlCLcFsodpOPrm2LPyKZiGYlvSAS9BEscbn0bk81RFujTfTjPa5bQHV9zAVr+EiNoWb I4iexV0TZFO/J7EGXsOcPKfF5GhnyIDYc02HjZYfdKqcdcate5XfNc/B9Xg2rDHm6JwR f9Qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705103491; x=1705708291; 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=yJibcg4hjSouF2kD1O28R9UMCIS7zOoJQTfuFzyiGNw=; b=Xp7pJ+oSPdSCvjNj86oN6ciIrTlTWhGrJ5/BAUCJ3IBt5aIrcQiQWFgBIbI+P9z21c E9z2ydYzEQT/X+dKcgekZaqCrZGwZwKrSRGGVkK5/NY1AMF5orN6fkuAVPQh011Of+qx ZGjbCcVTP1qIv6dMw+1HF3yp5gfil+nEVNWgu07KWbBYiTW/LPzaPXNLDFN2BId8E8/r TvAYn/oYjmZspPDudEyEbJsG7uMPMt6SNJ1M47JA65AsftsWvE0xSsJdexN8zYc6Z4/T JjwN4YWrNTlBEcvkWWEKd/5phBucDCyASUdANqXmg7P0Aw/ezuegLgAR6xe55rpfN1nu t4lA== X-Gm-Message-State: AOJu0YwhL7gQZnL63iFeQLzuvX6t2N3GJklNfSvpAWZvK5QXyDyovNj/ 1y53CIHALFNuW4DE5LyvNsjdjuIJO9S2pxKIAw3iq5TMDU23hAwkXViLZunwruQ7nw== X-Google-Smtp-Source: AGHT+IHiWrqEJ7CgksQuMeCWfCHKiUi/RNBWUUGKWyYz9ucmb1nU1R7UkdgiSMeK/rt4l+ojv3ngHutn+iHp X-Received: by 2002:a05:6214:f2e:b0:680:ff31:95cb with SMTP id iw14-20020a0562140f2e00b00680ff3195cbmr1606013qvb.80.1705103491322; Fri, 12 Jan 2024 15:51:31 -0800 (PST) Received: from wsx-cc1-001.. (104-179-117-51.lightspeed.cicril.sbcglobal.net. [104.179.117.51]) by smtp-relay.gmail.com with ESMTPS id t5-20020a056214118500b0068016fe51b2sm91829qvv.60.2024.01.12.15.51.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Jan 2024 15:51:31 -0800 (PST) X-Relaying-Domain: proxyid.net From: Marth64 To: ffmpeg-devel@ffmpeg.org Date: Fri, 12 Jan 2024 17:51:26 -0600 Message-Id: <20240112235125.2711735-1-marth64@proxyid.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] doc/codecs: -channel_layout -> should be -ch_layout 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/codecs.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/codecs.texi b/doc/codecs.texi index 6bdeb664e7..ca8c08a59f 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -766,7 +766,7 @@ Set rate-distortion optimal quantization. @item mv0_threshold @var{integer} (@emph{encoding,video}) @item compression_level @var{integer} (@emph{encoding,audio,video}) @item bits_per_raw_sample @var{integer} -@item channel_layout @var{integer} (@emph{decoding/encoding,audio}) +@item ch_layout @var{integer} (@emph{decoding/encoding,audio}) See @ref{channel layout syntax,,the Channel Layout section in the ffmpeg-utils(1) manual,ffmpeg-utils} for the required syntax. -- 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".