[Ffmpeg-devel] [PATCH] replace llrint with lrint in mpegaudiodec.c

Måns Rullgård mru
Sat Dec 2 18:30:10 CET 2006


Sascha Sommer <saschasommer at freenet.de> writes:

> Hi,
>
> attached patch replaces llrint with lrint in mpegaudiodec.c so that the code 
> will compile on cygwin again. expval_table contains only 32 bit values, 
> therefore I do not see why we would need the long long rint version.
> Ok to commit?

No.  Some of those values are out of range for signed 32-bit, which is
what lrint() returns.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-devel mailing list