Skip to content
Snippets Groups Projects
Commit 52d08608 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Remove outdated comment.

Originally committed as revision 11325 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 81644c2e
No related merge requests found
......@@ -271,9 +271,6 @@ if((y)<(x)){\
}
#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)
{
return (int)(rint(x));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment