[Ffmpeg-cvslog] r8024 - trunk/output_example.c

takis subversion
Sun Feb 18 22:20:01 CET 2007


Author: takis
Date: Sun Feb 18 22:20:01 2007
New Revision: 8024

Modified:
   trunk/output_example.c

Log:
Use a more correct value for Pi.


Modified: trunk/output_example.c
==============================================================================
--- trunk/output_example.c	(original)
+++ trunk/output_example.c	Sun Feb 18 22:20:01 2007
@@ -28,7 +28,7 @@
 #include <math.h>
 
 #ifndef M_PI
-#define M_PI 3.1415926535897931
+#define M_PI 3.14159265358979323846
 #endif
 
 #include "avformat.h"




More information about the ffmpeg-cvslog mailing list