Skip to content
Snippets Groups Projects
Commit a40de112 authored by Panagiotis Issaris's avatar Panagiotis Issaris
Browse files

Use a more correct value for Pi.

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