From patchwork Fri Aug 7 13:36:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 21525 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id B31AA44BA3B for ; Fri, 7 Aug 2020 16:43:11 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 93A9868B91F; Fri, 7 Aug 2020 16:43:11 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0340D68B01D for ; Fri, 7 Aug 2020 16:43:05 +0300 (EEST) Received: by mail-wm1-f67.google.com with SMTP id c19so8728749wmd.1 for ; Fri, 07 Aug 2020 06:43:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Gf924U5JWcCqeYFL3UFNGl9QreE2SjMX2ra8HoDF45E=; b=k/Iiwlvn4k3jDb348Ti08SooU89/fcuuybvIcZVePrjk9R/iqV4Bt8fU0a322Rg0zv nGl34UctFFHhcjQjiw6eawW3PrD9AmNWFDGuQMsEzP82irOifEVHQjeSjeyIpCeg7Iud kGb+/wpMM4naeqn/IDdOQyndqQBGOnVZvbypKJgGRD5g5t/zXfUEHJWRsQR2iPTbVilW uIu79GZINsQfnh7R6/k3HJp46kjs4+j8hpuq3/Wo1NxO4fitV6cI2tOPW/DssmKDphPO 20Z9LZBvYZIFggh3p6eQtqdHPh+DxYAgw8/GVMm5FEs+0zOEtZw8Diyj8DvlRpoUJR/C HBTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Gf924U5JWcCqeYFL3UFNGl9QreE2SjMX2ra8HoDF45E=; b=HHL7zCBmi26ovo5247mxgcncQP/9Mi8yZaKTzhPPT0yDumcZ64xpHS8orI0J5UuMNb t3jxwgV1jprQliH8wG2WrMZZnrjqJo1KAKxV3it0G6WNqpzb4d9yGU8VSQklmksbGGqc UAkpofj5VdA/F5CmugjG0BLu3XF2G/7s/FrOYDHCPJoQn5SIQU9h/2VfxpORtO6+YrfZ IQgeyCTm2f0LB9ISdvLKMuEm+rgGKz7YLDH6l5mRBcNs/l/SwNbTUL+t760KD0kn5Bkf HxCrm1Zh8gtfV3pROAMtmUplWdZhHbnp5U2289hFpkzKyiGgsfxMLXEpqvQrjfo6q3Ox MB7w== X-Gm-Message-State: AOAM533OxRt++/Pj3/8T0Ujrbwfrc4GYqYzUijQ/Nj1AQRv9ExvXpe1q 8FiuFlhxEWCIZzmk94vRBUhosDCk X-Google-Smtp-Source: ABdhPJzp8PC6nspWCFVllG+78EwnaS1U9Rh9SzPZXl5g3kpP66FZmejVV7A1C3vZWZe6AnbZSb8tzg== X-Received: by 2002:a1c:26c4:: with SMTP id m187mr12621319wmm.90.1596807421657; Fri, 07 Aug 2020 06:37:01 -0700 (PDT) Received: from localhost.localdomain ([49.51.162.193]) by smtp.gmail.com with ESMTPSA id o30sm10513063wra.67.2020.08.07.06.37.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Aug 2020 06:37:01 -0700 (PDT) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Fri, 7 Aug 2020 21:36:56 +0800 Message-Id: <1596807417-17766-2-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1596807417-17766-1-git-send-email-mypopydev@gmail.com> References: <1596807417-17766-1-git-send-email-mypopydev@gmail.com> Subject: [FFmpeg-devel] [PATCH 2/3] doc/fftools-common-opts: fix typo (name => named) X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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: Jun Zhao MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Jun Zhao fix typo (name => named) Signed-off-by: Jun Zhao --- doc/fftools-common-opts.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index f339e0d..acdaa26 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -107,11 +107,11 @@ Print detailed information about the muxer named @var{muxer_name}. Use the @option{-formats} option to get a list of all muxers and demuxers. @item filter=@var{filter_name} -Print detailed information about the filter name @var{filter_name}. Use the +Print detailed information about the filter named @var{filter_name}. Use the @option{-filters} option to get a list of all filters. @item bsf=@var{bitstream_filter_name} -Print detailed information about the bitstream filter name @var{bitstream_filter_name}. +Print detailed information about the bitstream filter named @var{bitstream_filter_name}. Use the @option{-bsfs} option to get a list of all bitstream filters. @end table