From a40de11209bd67845fae20ca1aabe7d312ee0de7 Mon Sep 17 00:00:00 2001
From: Panagiotis Issaris <takis.issaris@uhasselt.be>
Date: Sun, 18 Feb 2007 21:20:01 +0000
Subject: [PATCH] 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(-)

diff --git a/output_example.c b/output_example.c
index 7f75b76f23f..ee123fdcd45 100644
--- a/output_example.c
+++ b/output_example.c
@@ -28,7 +28,7 @@
 #include <math.h>
 
 #ifndef M_PI
-#define M_PI 3.1415926535897931
+#define M_PI 3.14159265358979323846
 #endif
 
 #include "avformat.h"
-- 
GitLab