[FFmpeg-devel] [PATCH v2] Fix printing integer option defaults
Michael Niedermayer
michael at niedermayer.cc
Wed Sep 18 23:28:08 EEST 2019
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 ?
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Opposition brings concord. Out of discord comes the fairest harmony.
-- Heraclitus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190918/07f2d614/attachment.sig>
More information about the ffmpeg-devel
mailing list