[FFmpeg-cvslog] r11325 - trunk/libavutil/internal.h

diego subversion
Thu Dec 27 02:42:46 CET 2007


Author: diego
Date: Thu Dec 27 02:42:46 2007
New Revision: 11325

Log:
Remove outdated comment.


Modified:
   trunk/libavutil/internal.h

Modified: trunk/libavutil/internal.h
==============================================================================
--- trunk/libavutil/internal.h	(original)
+++ trunk/libavutil/internal.h	Thu Dec 27 02:42:46 2007
@@ -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));




More information about the ffmpeg-cvslog mailing list