Browse Source

Use a more correct value for Pi.

Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris 18 years ago
parent
commit
a40de11209
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      output_example.c

+ 1
- 1
output_example.c 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"


Loading…
Cancel
Save