1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-05 09:59:52 +02: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:
Panagiotis Issaris 2007-02-18 21:20:01 +00:00
parent 0564528eff
commit a40de11209

View File

@ -28,7 +28,7 @@
#include <math.h>
#ifndef M_PI
#define M_PI 3.1415926535897931
#define M_PI 3.14159265358979323846
#endif
#include "avformat.h"