Mercurial > libavutil.hg
changeset 410:033099f22fc2 libavutil
Remove outdated comment.
author | diego |
---|---|
date | Thu, 27 Dec 2007 01:42:46 +0000 |
parents | c03847b47260 |
children | d25e027364d6 |
files | internal.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/internal.h Mon Dec 24 12:49:27 2007 +0000 +++ b/internal.h Thu Dec 27 01:42:46 2007 +0000 @@ -271,9 +271,6 @@ } #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));