This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Use a more correct value for Pi.
Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris
18 years ago
parent
0564528eff
commit
a40de11209
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
output_example.c
+ 1
- 1
output_example.c
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save