This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
ab1572609f
commit
3d462373f8
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/aaccoder.c
+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
Write
Preview
Loading…
Cancel
Save