Commit a40de112 authored by Panagiotis Issaris's avatar Panagiotis Issaris

Use a more correct value for Pi.

Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0564528e
......@@ -28,7 +28,7 @@
#include <math.h>
#ifndef M_PI
#define M_PI 3.1415926535897931
#define M_PI 3.14159265358979323846
#endif
#include "avformat.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment