From patchwork Fri Aug 7 13:36:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 21526 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 7FCFF44BDC8 for ; Fri, 7 Aug 2020 17:06:02 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 574A868B8E7; Fri, 7 Aug 2020 17:06:02 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C3E9B68B8AB for ; Fri, 7 Aug 2020 17:05:55 +0300 (EEST) Received: by mail-lj1-f195.google.com with SMTP id w14so2344976ljj.4 for ; Fri, 07 Aug 2020 07:05:55 -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=FZizxGbV2aFcFDyl6wnXSTFPTNluG5iOu+OYiluYP6I=; b=A7hVWX0IXPOQJ60RziO0Hl5bDYX6ubD5m30mrPWn6tFTn3172jv6gJxKlfpIJ4QHvA xUGxppzka4yKk23FSEK++J0wxIyN7ZoXY5EaRkeLZFPC+eR6UVTkCMPsBShS25Vxitt+ TKEf6KN41af2l8N5eGYimH3j7ymn1sxB3CLT1Gsy58LSDaYm7QS+suIOlfhcLGvjlZNm 0SaJbIhLiQxSp2KPGqBejMHRm4LWGcLDflZsatM3ESfw/QofBNje/uL2iE6qzJwVMDJR Z7rLJ1zLaa9HqWA+SXX9PmGbtbcS1gKW13/j/KYOHBe6zHwTw+cZHKfmqAmS6/cnxgD+ wKlA== 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=FZizxGbV2aFcFDyl6wnXSTFPTNluG5iOu+OYiluYP6I=; b=HvvW0iUmOTZQYikqGpiIhxQFJVUrdiOv8ZYoIzPqAhlj5oxQBSkA84YbCo6XQb5jQg JLRtifyC/abZdInXymHyLecS+b3tUtYuDyZSmLCupsgaXju/U9hJypZDJAUUeRLVSn4i cjcUk/d3hQNM1evAmtt63/a2LsFzRF0fGt8NIz3xTp2gHkLXUTcwN+6FCg3Hhz1K8g4Z nNbX/LUahD1AdtlOrlcghblMkMPMoIPhnTKc1XnbgRzRYXNcJIqX0cZWYcU1LQfrmark JvdZEtr3w5vIa4+52R6vhQuLbR6EufpQdn+0EirvKSaOgvh3STS52ZN4e/6AgufIrNK5 NRbA== X-Gm-Message-State: AOAM533e/WyJq8G4/1yeE+mId21yPJ8txBA9UoY+2uDsIaSgFcXYcnH6 DNNW/7MJvoJvbYExp+Ocg5XhrVUa X-Google-Smtp-Source: ABdhPJy8CnQQjEfo5z70eZocl/15cd1PNyEafAv4WoLMRXCU3DnYunr77Pg+0SaeUahxqyOTzctqmA== X-Received: by 2002:adf:e98c:: with SMTP id h12mr11889879wrm.3.1596807422471; Fri, 07 Aug 2020 06:37:02 -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:57 +0800 Message-Id: <1596807417-17766-3-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 3/3] doc/fftools-common-opts: document ffmpeg -h protocol=protocol_name 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 document ffmpeg -h protocol=protocol_name Signed-off-by: Jun Zhao --- doc/fftools-common-opts.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index acdaa26..2c94eae 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -113,6 +113,10 @@ Print detailed information about the filter named @var{filter_name}. Use the @item bsf=@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. + +@item protocol=@var{protocol_name} +Print detailed information about the protocol named @var{protocol_name}. +Use the @option{-protocols} option to get a list of all protocols. @end table @item -version