Signed-off-by: Michael Niedermayer <mich...@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 -@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. -- 2.11.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel