From 40ac622460284f4aad10a13b786d03d6c2cfa868 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 27 Oct 2018 13:13:31 +0200 Subject: avfilter/window_func: add bohman window --- libavfilter/asrc_hilbert.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/asrc_hilbert.c') 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} }; -- cgit v1.1