From a40de11209bd67845fae20ca1aabe7d312ee0de7 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Sun, 18 Feb 2007 21:20:01 +0000 Subject: Use a more correct value for Pi. Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk --- output_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output_example.c') diff --git a/output_example.c b/output_example.c index 7f75b76f23..ee123fdcd4 100644 --- a/output_example.c +++ b/output_example.c @@ -28,7 +28,7 @@ #include #ifndef M_PI -#define M_PI 3.1415926535897931 +#define M_PI 3.14159265358979323846 #endif #include "avformat.h" -- cgit v1.2.3