summaryrefslogtreecommitdiffstats
path: root/libavfilter/asrc_hilbert.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-27 13:13:31 +0200
committerPaul B Mahol <onemda@gmail.com>2018-10-27 13:36:00 +0200
commit40ac622460284f4aad10a13b786d03d6c2cfa868 (patch)
tree5c74fa3a5b73d209c29c044b4585570314602d46 /libavfilter/asrc_hilbert.c
parent59a35fe1f63df1451dec6663dcca3451b16c662d (diff)
downloadffmpeg-streaming-40ac622460284f4aad10a13b786d03d6c2cfa868.zip
ffmpeg-streaming-40ac622460284f4aad10a13b786d03d6c2cfa868.tar.gz
avfilter/window_func: add bohman window
Diffstat (limited to 'libavfilter/asrc_hilbert.c')
-rw-r--r--libavfilter/asrc_hilbert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/asrc_hilbert.c b/libavfilter/asrc_hilbert.c
index a3a3952..a51c676 100644
--- a/libavfilter/asrc_hilbert.c
+++ b/libavfilter/asrc_hilbert.c
@@ -67,6 +67,7 @@ static const AVOption hilbert_options[] = {
{ "cauchy", "Cauchy", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_CAUCHY}, 0, 0, FLAGS, "win_func" },
{ "parzen", "Parzen", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_PARZEN}, 0, 0, FLAGS, "win_func" },
{ "poisson", "Poisson", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_POISSON}, 0, 0, FLAGS, "win_func" },
+ { "bohman" , "Bohman", 0, AV_OPT_TYPE_CONST, {.i64=WFUNC_BOHMAN}, 0, 0, FLAGS, "win_func" },
{NULL}
};
OpenPOWER on IntegriCloud