Commit 3d462373 authored by Michael Niedermayer's avatar Michael Niedermayer

aac: add math.h needed for log2f()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ab157260
......@@ -31,6 +31,7 @@
***********************************/
#include <float.h>
#include <math.h>
#include "avcodec.h"
#include "put_bits.h"
#include "aac.h"
......
......@@ -35,6 +35,7 @@
#include <stdint.h>
#include <float.h>
#include <math.h>
#define ENVELOPE_ADJUSTMENT_OFFSET 2
#define NOISE_FLOOR_OFFSET 6.0f
......
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