Browse Source

aac: add math.h needed for log2f()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Michael Niedermayer 15 years ago
parent
commit
3d462373f8
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      libavcodec/aaccoder.c
  2. +1
    -0
      libavcodec/aacsbr.c

+ 1
- 0
libavcodec/aaccoder.c View File

@@ -31,6 +31,7 @@
***********************************/

#include <float.h>
#include <math.h>
#include "avcodec.h"
#include "put_bits.h"
#include "aac.h"


+ 1
- 0
libavcodec/aacsbr.c View File

@@ -35,6 +35,7 @@

#include <stdint.h>
#include <float.h>
#include <math.h>

#define ENVELOPE_ADJUSTMENT_OFFSET 2
#define NOISE_FLOOR_OFFSET 6.0f


Loading…
Cancel
Save