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

Michael Niedermayer git at videolan.org
Wed May 10 15:01:31 EEST 2017


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Wed May 10 03:08:46 2017 +0200| [014d47ed74c43918430282d7cb2bf45dab3e14b7] | committer: Michael Niedermayer

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

Reviewed-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=014d47ed74c43918430282d7cb2bf45dab3e14b7
---

 doc/codecs.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
- 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.



More information about the ffmpeg-cvslog mailing list