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
1 changed files with 1 additions and 1 deletions

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"