Commit 014d47ed authored by Michael Niedermayer's avatar Michael Niedermayer

doc/codecs: Change common boolean parameters listed to "bool"

Reviewed-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent ec1f869f
...@@ -1258,7 +1258,7 @@ Interlaced video, top coded first, bottom displayed first ...@@ -1258,7 +1258,7 @@ Interlaced video, top coded first, bottom displayed first
Interlaced video, bottom coded first, top displayed first Interlaced video, bottom coded first, top displayed first
@end table @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 Set to 1 to disable processing alpha (transparency). This works like the
@samp{gray} flag in the @option{flags} option which skips chroma information @samp{gray} flag in the @option{flags} option which skips chroma information
instead of alpha. Default is 0. instead of alpha. Default is 0.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment