mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-03 10:27:45 +00:00
Use a more correct value for Pi.
Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0564528eff
commit
a40de11209
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
#define M_PI 3.1415926535897931
|
#define M_PI 3.14159265358979323846
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue