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
746cb9bc
Commit
746cb9bc
authored
Oct 01, 2013
by
Maxim Poliakovski
Committed by
Michael Niedermayer
Oct 02, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atrac: limit line length to 80 chars
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
3d80ab01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
atrac.c
libavcodec/atrac.c
+2
-1
atrac.h
libavcodec/atrac.h
+2
-1
No files found.
libavcodec/atrac.c
View file @
746cb9bc
...
...
@@ -63,7 +63,8 @@ av_cold void ff_atrac_generate_tables(void)
}
}
void
ff_atrac_iqmf
(
float
*
inlo
,
float
*
inhi
,
unsigned
int
nIn
,
float
*
pOut
,
float
*
delayBuf
,
float
*
temp
)
void
ff_atrac_iqmf
(
float
*
inlo
,
float
*
inhi
,
unsigned
int
nIn
,
float
*
pOut
,
float
*
delayBuf
,
float
*
temp
)
{
int
i
,
j
;
float
*
p1
,
*
p3
;
...
...
libavcodec/atrac.h
View file @
746cb9bc
...
...
@@ -46,6 +46,7 @@ void ff_atrac_generate_tables(void);
* @param delayBuf delayBuf buffer
* @param temp temp buffer
*/
void
ff_atrac_iqmf
(
float
*
inlo
,
float
*
inhi
,
unsigned
int
nIn
,
float
*
pOut
,
float
*
delayBuf
,
float
*
temp
);
void
ff_atrac_iqmf
(
float
*
inlo
,
float
*
inhi
,
unsigned
int
nIn
,
float
*
pOut
,
float
*
delayBuf
,
float
*
temp
);
#endif
/* AVCODEC_ATRAC_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