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
e74378aa
Commit
e74378aa
authored
Jan 29, 2016
by
Timothy Gu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
amrwbdec_mips: Add missing ff_ prefix
parent
44304ae3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
amrwbdec_mips.c
libavcodec/mips/amrwbdec_mips.c
+1
-1
amrwbdec_mips.h
libavcodec/mips/amrwbdec_mips.h
+2
-2
No files found.
libavcodec/mips/amrwbdec_mips.c
View file @
e74378aa
...
...
@@ -54,7 +54,7 @@
#include "amrwbdec_mips.h"
#if HAVE_INLINE_ASM
void
hb_fir_filter_mips
(
float
*
out
,
const
float
fir_coef
[
HB_FIR_SIZE
+
1
],
void
ff_
hb_fir_filter_mips
(
float
*
out
,
const
float
fir_coef
[
HB_FIR_SIZE
+
1
],
float
mem
[
HB_FIR_SIZE
],
const
float
*
in
)
{
int
i
;
...
...
libavcodec/mips/amrwbdec_mips.h
View file @
e74378aa
...
...
@@ -54,9 +54,9 @@
#include "config.h"
#if HAVE_MIPSFPU && HAVE_INLINE_ASM
void
hb_fir_filter_mips
(
float
*
out
,
const
float
fir_coef
[],
void
ff_
hb_fir_filter_mips
(
float
*
out
,
const
float
fir_coef
[],
float
mem
[],
const
float
*
in
);
#define hb_fir_filter hb_fir_filter_mips
#define hb_fir_filter
ff_
hb_fir_filter_mips
#endif
#endif
/* AVCODEC_AMRWBDEC_MIPS_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