[Ffmpeg-cvslog] r6324 - trunk/libavcodec/eval.c

takis subversion
Sat Sep 23 10:50:50 CEST 2006


Author: takis
Date: Sat Sep 23 10:50:50 2006
New Revision: 6324

Modified:
   trunk/libavcodec/eval.c

Log:
Define NAN -if not already defined- as 0.0/0.0


Modified: trunk/libavcodec/eval.c
==============================================================================
--- trunk/libavcodec/eval.c	(original)
+++ trunk/libavcodec/eval.c	Sat Sep 23 10:50:50 2006
@@ -35,7 +35,7 @@
 #include <math.h>
 
 #ifndef NAN
-  #define NAN 0
+  #define NAN 0.0/0.0
 #endif
 
 #ifndef M_PI




More information about the ffmpeg-cvslog mailing list