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
ac25d1d3
Commit
ac25d1d3
authored
Dec 13, 2015
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/af_sofalizer: switch comments positions to correct order
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
5083900b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
af_sofalizer.c
libavfilter/af_sofalizer.c
+2
-2
No files found.
libavfilter/af_sofalizer.c
View file @
ac25d1d3
...
@@ -154,8 +154,8 @@ static int load_sofa(AVFilterContext *ctx, char *filename, int *samplingrate)
...
@@ -154,8 +154,8 @@ static int load_sofa(AVFilterContext *ctx, char *filename, int *samplingrate)
return
AVERROR
(
EINVAL
);
return
AVERROR
(
EINVAL
);
}
}
n_samples
=
dim_length
[
n_dim_id
];
/* get
number of measurements
*/
n_samples
=
dim_length
[
n_dim_id
];
/* get
length of one IR
*/
m_dim
=
dim_length
[
m_dim_id
];
/* get
length of one IR
*/
m_dim
=
dim_length
[
m_dim_id
];
/* get
number of measurements
*/
av_freep
(
&
dim_length
);
av_freep
(
&
dim_length
);
...
...
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