summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-12-05 18:23:06 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-12-06 10:57:26 +0100
commite424abc3a0933653c59c3800b9b7ac3fadf41303 (patch)
tree94528b75136e2542eef839b390bde8c6592f44c6 /libavfilter/allfilters.c
parent405b3eb535a8dd8375e0cf54a8ba43cde0bafd16 (diff)
lavfi: add aeval filter
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 487946f049..d58e8ccd07 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -50,6 +50,7 @@ void avfilter_register_all(void)
#endif
REGISTER_FILTER(ADELAY, adelay, af);
REGISTER_FILTER(AECHO, aecho, af);
+ REGISTER_FILTER(AEVAL, aeval, af);
REGISTER_FILTER(AFADE, afade, af);
REGISTER_FILTER(AFORMAT, aformat, af);
REGISTER_FILTER(AINTERLEAVE, ainterleave, af);