Commit cdcd6c11 authored by Tristan Matthews's avatar Tristan Matthews

wmadec: drop M_PI define

parent 0d92b775
......@@ -21,6 +21,7 @@
#define _WMADEC_H
#include <inttypes.h>
#include <math.h>
#include "asf.h"
#include "bitstream.h" /* For GetBitContext */
......@@ -43,8 +44,6 @@
/* XXX: is it a suitable value ? */
#define MAX_CODED_SUPERFRAME_SIZE 16384
#define M_PI 3.14159265358979323846
#define M_PI_F 0x3243f // in fixed 32 format
#define TWO_M_PI_F 0x6487f //in fixed 32
......
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