Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
30fe9719
Commit
30fe9719
authored
Apr 23, 2011
by
Michael Niedermayer
Committed by
Anton Khirnov
Apr 26, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aac: add headers needed for log2f()
Signed-off-by:
Anton Khirnov
<
anton@khirnov.net
>
parent
6deae83e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
aaccoder.c
libavcodec/aaccoder.c
+1
-0
aacsbr.c
libavcodec/aacsbr.c
+1
-0
No files found.
libavcodec/aaccoder.c
View file @
30fe9719
...
...
@@ -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
]
=
{
...
...
libavcodec/aacsbr.c
View file @
30fe9719
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment