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
6a5bfd4d
Commit
6a5bfd4d
authored
Oct 03, 2013
by
Maxim Poliakovski
Committed by
Diego Biurrun
Oct 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atrac: Add missing av_cold
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
79cbac8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
atrac.c
libavcodec/atrac.c
+1
-1
No files found.
libavcodec/atrac.c
View file @
6a5bfd4d
...
...
@@ -45,7 +45,7 @@ static const float qmf_48tap_half[24] = {
-
0
.
0435
96379
,
-
0
.
099384367
,
0
.
13207909
,
0
.
46424159
};
void
ff_atrac_generate_tables
(
void
)
av_cold
void
ff_atrac_generate_tables
(
void
)
{
int
i
;
float
s
;
...
...
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