> -----Original Message----- > From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of > Michael Niedermayer > Sent: Wednesday, September 18, 2019 10:28 PM > To: FFmpeg development discussions and patches <ffmpeg- > de...@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 <softwo...@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. ;-) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".