git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavfi: add aecho filter
[ffmpeg.git]
/
libavfilter
/
allfilters.c
diff --git
a/libavfilter/allfilters.c
b/libavfilter/allfilters.c
index
9a11feb
..
26472f8
100644
(file)
--- a/
libavfilter/allfilters.c
+++ b/
libavfilter/allfilters.c
@@
-48,6
+48,7
@@
void avfilter_register_all(void)
#if FF_API_ACONVERT_FILTER
REGISTER_FILTER(ACONVERT, aconvert, af);
#endif
+ REGISTER_FILTER(AECHO, aecho, af);
REGISTER_FILTER(AFADE, afade, af);
REGISTER_FILTER(AFORMAT, aformat, af);
REGISTER_FILTER(AINTERLEAVE, ainterleave, af);