avfilter: add hilbert source FIR filter

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2018-01-01 15:34:02 +01:00
parent 695b1d8111
commit 89bbf5c7ec
6 changed files with 231 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ static void register_all(void)
REGISTER_FILTER(ANOISESRC, anoisesrc, asrc);
REGISTER_FILTER(ANULLSRC, anullsrc, asrc);
REGISTER_FILTER(FLITE, flite, asrc);
REGISTER_FILTER(HILBERT, hilbert, asrc);
REGISTER_FILTER(SINE, sine, asrc);
REGISTER_FILTER(ANULLSINK, anullsink, asink);