diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-27 01:42:46 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-27 01:42:46 +0000 |
commit | 52d086084ede74aff217d5854e83bbd3ce863bb5 (patch) | |
tree | 7354a8d78f40243af855a9b5b50c4d1dd9e79505 | |
parent | 81644c2ee08899301efc852281efea4e3b8f7d11 (diff) | |
download | ffmpeg-52d086084ede74aff217d5854e83bbd3ce863bb5.tar.gz |
Remove outdated comment.
Originally committed as revision 11325 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavutil/internal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index b9717e7bc9..93f8a02500 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -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)); |