[FFmpeg-devel] [RFC]Don't use round when encoding png
Michael Niedermayer
michaelni at gmx.at
Sun Mar 1 16:26:20 CET 2015
On Sun, Mar 01, 2015 at 01:11:08PM +0100, wm4 wrote:
> On Sun, 1 Mar 2015 12:09:28 +0100
> Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
>
> > On Sunday 01 March 2015 11:22:10 am Michael Niedermayer wrote:
> > > On Sun, Mar 01, 2015 at 09:44:30AM +0100, Carl Eugen Hoyos wrote:
> > > > Attached untested patch should fix compilation on broken platforms.
> > > > We don't use round() currently because it appears less portable than
> > > > lrintf().
> >
> > > yes reducing float code usage should be fine, less potential to
> > > cause problems with regression tests
> >
> > New patch attached.
> >
> > Please review, Carl Eugen
>
> Seriously? You replace kind of magic, but sourced constants with
> completely magic ones?
one could replace the round by a cast to int and a +0.5
or figure out why it doesnt work on sunos
iam fine with whatever color people prefer as long as it works
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150301/f37eeb6d/attachment.asc>
More information about the ffmpeg-devel
mailing list