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
4b4d3d72
Commit
4b4d3d72
authored
Feb 01, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aacenc: fix library references
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
92f9b26c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
aacenc.c
libavcodec/aacenc.c
+2
-2
No files found.
libavcodec/aacenc.c
View file @
4b4d3d72
...
...
@@ -144,7 +144,7 @@ static const uint8_t aac_chan_configs[6][5] = {
};
/**
* Table to remap channels from
Libav
's default order to AAC order.
* Table to remap channels from
libavcodec
's default order to AAC order.
*/
static
const
uint8_t
aac_chan_maps
[
AAC_MAX_CHANNELS
][
AAC_MAX_CHANNELS
]
=
{
{
0
},
...
...
@@ -474,7 +474,7 @@ static void put_bitstream_info(AVCodecContext *avctx, AACEncContext *s,
/*
* Deinterleave input samples.
* Channels are reordered from
Libav
's default order to AAC order.
* Channels are reordered from
libavcodec
's default order to AAC order.
*/
static
void
deinterleave_input_samples
(
AACEncContext
*
s
,
const
float
*
samples
,
int
nb_samples
)
...
...
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