From patchwork Wed May 10 01:08:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Niedermayer X-Patchwork-Id: 3637 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.3.129 with SMTP id 123csp1610597vsd; Tue, 9 May 2017 18:08:57 -0700 (PDT) X-Received: by 10.28.39.7 with SMTP id n7mr1722380wmn.129.1494378537586; Tue, 09 May 2017 18:08:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1494378537; cv=none; d=google.com; s=arc-20160816; b=KewOMeTcS5/q5P57vkPWnv1xy/KN0xeQQVtSNZvolH4Svb5Vu//CKIROZNTDYv6izB l0Fbha2thS9oeLfa79KY4d7ozhWu+1AugndhQgNAh0NdsbCUrGgTKvOypORWXksQNcJa Wx6WOut3E6Ue3UffwAmiaAkwUwcydTLhLzxVDmFFXjv/huQQ/bOR1/jrPXwClFsZZm5w 6RprFAFolLJsxYEyFvUAluHbRkMshBq9IZ/xYx7j20VujusGnmeCoxOmo7/ardLPnFp7 YoNle8BTBOoq9N/SmRlcp/nmrYAWskEuKRd5LTi3lGZr3jFhCgS14xqfxAlFKxau9TGx 12Ew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from:delivered-to :arc-authentication-results; bh=lGYwiZNkuZM93t1Lx7J2Nv+0cSYAn6xjc7oX8teyhKU=; b=PnUofEGNFDzMeEQgpQfTfjE+eo4xXZT0Aeg4IfBNVvfxD0vqei0T7WclUrlr507B3I ZnurIQSg/DeO2HclFsKkagPoHLYn0La1L4phqVLFHumy4Ri7rFvUl555DkRuVxUFB2n3 GU/F56qreAxd8cAXBOBDYq1Ta+4Gol9Ls5/5Nwz5erbR0f2zLVcWtLlG2H6vmySh6vLd Pvo6OOtIvzAoVD1f53HVjwvk+Fg8hE6mIArNiPoSr41EN1KohM5Dghh2LRYwKH4p5bCQ wzFVi+TuW31O0SjOwpDHrRKq76lDRG8Fp5VDrciuN69b8gvEfVWI73y2shSSAI/elwwi cCtA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id h24si1532527wrb.12.2017.05.09.18.08.56; Tue, 09 May 2017 18:08:57 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 46A11688286; Wed, 10 May 2017 04:08:48 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from vie01a-dmta-pe05-1.mx.upcmail.net (vie01a-dmta-pe06-1.mx.upcmail.net [84.116.36.14]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0558E6809DE for ; Wed, 10 May 2017 04:08:42 +0300 (EEST) Received: from [172.31.216.43] (helo=vie01a-pemc-psmtp-pe01) by vie01a-dmta-pe06.mx.upcmail.net with esmtp (Exim 4.88) (envelope-from ) id 1d8G7U-0002Oi-Av for ffmpeg-devel@ffmpeg.org; Wed, 10 May 2017 03:08:48 +0200 Received: from localhost ([213.47.41.20]) by vie01a-pemc-psmtp-pe01 with SMTP @ mailcloud.upcmail.net id JR8n1v00D0S5wYM01R8oum; Wed, 10 May 2017 03:08:48 +0200 X-SourceIP: 213.47.41.20 From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Wed, 10 May 2017 03:08:46 +0200 Message-Id: <20170510010846.31065-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.11.0 Subject: [FFmpeg-devel] [PATCH] doc/codecs: Change common boolean parameters listed to "bool" 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Michael Niedermayer --- doc/codecs.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/codecs.texi b/doc/codecs.texi index 1a838e57c3..ec49b82227 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -1258,7 +1258,7 @@ Interlaced video, top coded first, bottom displayed first Interlaced video, bottom coded first, top displayed first @end table -@item skip_alpha @var{integer} (@emph{decoding,video}) +@item skip_alpha @var{bool} (@emph{decoding,video}) Set to 1 to disable processing alpha (transparency). This works like the @samp{gray} flag in the @option{flags} option which skips chroma information instead of alpha. Default is 0. @@ -1279,7 +1279,7 @@ ffprobe -dump_separator " Maximum number of pixels per image. This value can be used to avoid out of memory failures due to large images. -@item apply_cropping @var{integer} (@emph{decoding,video}) +@item apply_cropping @var{bool} (@emph{decoding,video}) Enable cropping if cropping parameters are a multiply of the required alignment for the left and top parameters. If the alignment is not met the cropping will be partially applied to maintain alignment.