diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-02-18 21:20:01 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-02-18 21:20:01 +0000 |
commit | a40de11209bd67845fae20ca1aabe7d312ee0de7 (patch) | |
tree | ebb389b0f9a2463edf0e37f708035608b6fcebd2 /output_example.c | |
parent | 0564528eff38fa8ed22b7eb75aafdbf760b209b4 (diff) | |
download | ffmpeg-a40de11209bd67845fae20ca1aabe7d312ee0de7.tar.gz |
Use a more correct value for Pi.
Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'output_example.c')
-rw-r--r-- | output_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <math.h> #ifndef M_PI -#define M_PI 3.1415926535897931 +#define M_PI 3.14159265358979323846 #endif #include "avformat.h" |