[FFmpeg-devel] [PATCH v2] Fix printing integer option defaults

Soft Works softworkz at hotmail.com
Thu Sep 19 00:01:37 EEST 2019


> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of
> Michael Niedermayer
> Sent: Wednesday, September 18, 2019 10:28 PM
> To: FFmpeg development discussions and patches <ffmpeg-
> devel at ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH v2] Fix printing integer option defaults
> 
> On Tue, Sep 17, 2019 at 01:36:33AM +0000, Soft Works wrote:
> > Integer values should not be printed using format specifier '%g' which leads
> to inexact display in case of higher values.
> >
> > Before this patch:
> >   -trans_color       <int>        .D.V..... color value [...] (default 1.67772e+07)
> >
> > Afterwards:
> >   -trans_color       <int>        .D.V..... color value [...] (default 16777215)
> >
> > Update: Use PRId64 format specifier
> > Signed-off-by: softworkz <softworkz at hotmail.com>
> 
> Is it intended that the Author doesnt contain a name ?

Yes - I don't care about rights or credits for those tiny contributions. ;-)





More information about the ffmpeg-devel mailing list