mirror of https://git.ffmpeg.org/ffmpeg.git
Remove outdated comment.
Originally committed as revision 11325 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
81644c2ee0
commit
52d086084e
|
@ -271,9 +271,6 @@ if((y)<(x)){\
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef HAVE_LRINTF
|
#ifndef HAVE_LRINTF
|
||||||
/* XXX: add ISOC specific test to avoid specific BSD testing. */
|
|
||||||
/* better than nothing implementation. */
|
|
||||||
/* btw, rintf() is existing on fbsd too -- alex */
|
|
||||||
static av_always_inline long int lrintf(float x)
|
static av_always_inline long int lrintf(float x)
|
||||||
{
|
{
|
||||||
return (int)(rint(x));
|
return (int)(rint(x));
|
||||||
|
|
Loading…
Reference in New Issue