projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0564528
)
Use a more correct value for Pi.
author
Panagiotis Issaris
<takis.issaris@uhasselt.be>
Sun, 18 Feb 2007 21:20:01 +0000
(21:20 +0000)
committer
Panagiotis 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
patch
|
blob
|
history
diff --git
a/output_example.c
b/output_example.c
index
7f75b76
..
ee123fd
100644
(file)
--- a/
output_example.c
+++ b/
output_example.c
@@
-28,7
+28,7
@@
#include <math.h>
#ifndef M_PI
-#define M_PI 3.141592653589793
1
+#define M_PI 3.141592653589793
23846
#endif
#include "avformat.h"