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
d6dc5d15
Commit
d6dc5d15
authored
Dec 06, 2015
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aacdec: fix aac_static_table_init() prototype
parent
68e547ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
aacdec.c
libavcodec/aacdec.c
+1
-1
No files found.
libavcodec/aacdec.c
View file @
d6dc5d15
...
@@ -1005,7 +1005,7 @@ static void reset_predictor_group(PredictorState *ps, int group_num)
...
@@ -1005,7 +1005,7 @@ static void reset_predictor_group(PredictorState *ps, int group_num)
sizeof(ff_aac_spectral_codes[num][0]), \
sizeof(ff_aac_spectral_codes[num][0]), \
size);
size);
static
av_cold
void
aac_static_table_init
()
static
av_cold
void
aac_static_table_init
(
void
)
{
{
AAC_INIT_VLC_STATIC
(
0
,
304
);
AAC_INIT_VLC_STATIC
(
0
,
304
);
AAC_INIT_VLC_STATIC
(
1
,
270
);
AAC_INIT_VLC_STATIC
(
1
,
270
);
...
...
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