summaryrefslogtreecommitdiff
path: root/doc/codecs.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2017-05-10 03:08:46 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2017-05-10 14:00:20 +0200
commit014d47ed74c43918430282d7cb2bf45dab3e14b7 (patch)
tree2b573be956bf5c77a45e1f32ad2acb8f0c34d00d /doc/codecs.texi
parentec1f869f0f5bcd3cd6d94bd761c2004d6d5a61ff (diff)
downloadffmpeg-014d47ed74c43918430282d7cb2bf45dab3e14b7.tar.gz
doc/codecs: Change common boolean parameters listed to "bool"
Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r--doc/codecs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index 26a3a65054..40f64fe4c8 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.