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
e1cfb01b
Commit
e1cfb01b
authored
Apr 24, 2019
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/af_surround: fix typo
parent
7c2ee8d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
af_surround.c
libavfilter/af_surround.c
+1
-1
No files found.
libavfilter/af_surround.c
View file @
e1cfb01b
...
...
@@ -1042,7 +1042,7 @@ static void upmix_7_1_5_1(AVFilterContext *ctx,
lb_mag
=
powf
(.
5
f
*
(
-
xl
+
1
.
f
),
s
->
bl_x
)
*
powf
((
yl
+
1
.
f
)
*
.
5
f
,
s
->
bl_y
)
*
mag_totall
;
rb_mag
=
powf
(.
5
f
*
(
-
xr
+
1
.
f
),
s
->
br_x
)
*
powf
((
yr
+
1
.
f
)
*
.
5
f
,
s
->
br_y
)
*
mag_totalr
;
ls_mag
=
powf
(
1
.
f
-
fabsf
(
xl
),
s
->
sl_x
)
*
powf
((
yl
+
1
.
f
)
*
.
5
f
,
s
->
sl_y
)
*
mag_totall
;
rs_mag
=
powf
(
1
.
f
-
fabsf
(
xr
),
s
->
s
l
_x
)
*
powf
((
yr
+
1
.
f
)
*
.
5
f
,
s
->
sr_y
)
*
mag_totalr
;
rs_mag
=
powf
(
1
.
f
-
fabsf
(
xr
),
s
->
s
r
_x
)
*
powf
((
yr
+
1
.
f
)
*
.
5
f
,
s
->
sr_y
)
*
mag_totalr
;
dstl
[
2
*
n
]
=
fl_mag
*
cosf
(
fl_phase
);
dstl
[
2
*
n
+
1
]
=
fl_mag
*
sinf
(
fl_phase
);
...
...
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