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 headers needed for log2f()
Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n0.8
Michael Niedermayer
Anton Khirnov
15 years ago
parent
6deae83e55
commit
30fe971934
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
@@ -36,6 +36,7 @@
#include "aac.h"
#include "aacenc.h"
#include "aactab.h"
#include "libavutil/libm.h"
/** bits needed to code codebook run value for long windows */
static const uint8_t run_value_bits_long[64] = {
+ 1
- 0
libavcodec/aacsbr.c
View File
@@ -32,6 +32,7 @@
#include "aacsbrdata.h"
#include "fft.h"
#include "aacps.h"
#include "libavutil/libm.h"
#include <stdint.h>
#include <float.h>
Write
Preview
Loading…
Cancel
Save