Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
29d208d5
Commit
29d208d5
authored
Nov 20, 2014
by
jessejiang
Committed by
Michael Niedermayer
Nov 20, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil/arm/float_dsp_init_vfp: replace restrict by av_restrict
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
c661601f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
float_dsp_init_vfp.c
libavutil/arm/float_dsp_init_vfp.c
+1
-1
No files found.
libavutil/arm/float_dsp_init_vfp.c
View file @
29d208d5
...
...
@@ -32,7 +32,7 @@ void ff_vector_fmul_window_vfp(float *dst, const float *src0,
void
ff_vector_fmul_reverse_vfp
(
float
*
dst
,
const
float
*
src0
,
const
float
*
src1
,
int
len
);
void
ff_butterflies_float_vfp
(
float
*
restrict
v1
,
float
*
restrict
v2
,
int
len
);
void
ff_butterflies_float_vfp
(
float
*
av_restrict
v1
,
float
*
av_
restrict
v2
,
int
len
);
av_cold
void
ff_float_dsp_init_vfp
(
AVFloatDSPContext
*
fdsp
,
int
cpu_flags
)
{
...
...
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