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
f81c81cc
Commit
f81c81cc
authored
Mar 04, 2016
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/af_afftfilt: add option for 17 fft case
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
781195fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
af_afftfilt.c
libavfilter/af_afftfilt.c
+1
-0
No files found.
libavfilter/af_afftfilt.c
View file @
f81c81cc
...
...
@@ -74,6 +74,7 @@ static const AVOption afftfilt_options[] = {
{
"w16384"
,
0
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
14
},
0
,
0
,
A
,
"fft"
},
{
"w32768"
,
0
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
15
},
0
,
0
,
A
,
"fft"
},
{
"w65536"
,
0
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
16
},
0
,
0
,
A
,
"fft"
},
{
"w131072"
,
0
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
17
},
0
,
0
,
A
,
"fft"
},
{
"win_func"
,
"set window function"
,
OFFSET
(
win_func
),
AV_OPT_TYPE_INT
,
{.
i64
=
WFUNC_HANNING
},
0
,
NB_WFUNC
-
1
,
A
,
"win_func"
},
{
"rect"
,
"Rectangular"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
WFUNC_RECT
},
0
,
0
,
A
,
"win_func"
},
{
"bartlett"
,
"Bartlett"
,
0
,
AV_OPT_TYPE_CONST
,
{.
i64
=
WFUNC_BARTLETT
},
0
,
0
,
A
,
"win_func"
},
...
...
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