OSDN Git Service

Use a more correct value for Pi.
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Sun, 18 Feb 2007 21:20:01 +0000 (21:20 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Sun, 18 Feb 2007 21:20:01 +0000 (21:20 +0000)
Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk

output_example.c

index 7f75b76..ee123fd 100644 (file)
@@ -28,7 +28,7 @@
 #include <math.h>
 
 #ifndef M_PI
-#define M_PI 3.1415926535897931
+#define M_PI 3.14159265358979323846
 #endif
 
 #include "avformat.h"