[FFmpeg-devel] [PATCH] doc/codecs: Change common boolean parameters listed to "bool"

Michael Niedermayer michael at niedermayer.cc
Wed May 10 04:08:46 EEST 2017


Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 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
 
- at item skip_alpha @var{integer} (@emph{decoding,video})
+ at 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.
 
- at item apply_cropping @var{integer} (@emph{decoding,video})
+ at 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.
-- 
2.11.0



More information about the ffmpeg-devel mailing list