On Wed, Sep 18, 2019 at 09:01:37PM +0000, Soft Works wrote: > > -----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. ;-)
ok, will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "You are 36 times more likely to die in a bathtub than at the hands of a terrorist. Also, you are 2.5 times more likely to become a president and 2 times more likely to become an astronaut, than to die in a terrorist attack." -- Thoughty2
signature.asc
Description: PGP signature
_______________________________________________ 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".