mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
aac: add math.h needed for log2f()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ab1572609f
commit
3d462373f8
@ -31,6 +31,7 @@
|
|||||||
***********************************/
|
***********************************/
|
||||||
|
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
#include <math.h>
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "put_bits.h"
|
#include "put_bits.h"
|
||||||
#include "aac.h"
|
#include "aac.h"
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#define ENVELOPE_ADJUSTMENT_OFFSET 2
|
#define ENVELOPE_ADJUSTMENT_OFFSET 2
|
||||||
#define NOISE_FLOOR_OFFSET 6.0f
|
#define NOISE_FLOOR_OFFSET 6.0f
|
||||||
|
Loading…
Reference in New Issue
Block a user