[FFmpeg-devel] [PATCH] doc/codecs: Change common boolean parameters listed to "bool"
Michael Niedermayer
michael at niedermayer.cc
Wed May 10 04:25:12 EEST 2017
On Tue, May 09, 2017 at 10:13:20PM -0300, James Almer wrote:
> On 5/9/2017 10:08 PM, Michael Niedermayer wrote:
> > 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.
> >
>
> LGTM.
applied
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
it is not once nor twice but times without number that the same ideas make
their appearance in the world. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170510/cda1e341/attachment.sig>
More information about the ffmpeg-devel
mailing list