summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2018-06-29 00:03:04 +0200
committerMarton Balint <cus@passwd.hu>2018-09-09 21:21:42 +0200
commit43d3b61abeb7bf35dfbe33f790c1cca0b628c97f (patch)
tree965cea71f0212106377303e866dcf1c76ab77d9b /libavfilter/allfilters.c
parent4737387d288d1e87e7c7df6203a42d6b1e88231e (diff)
avfilter/f_cue: add cue and acue filters
To delay filtering until a given wallclock timestamp. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 2fa9460335..712530c8d6 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -27,6 +27,7 @@ extern AVFilter ff_af_abench;
extern AVFilter ff_af_acompressor;
extern AVFilter ff_af_acontrast;
extern AVFilter ff_af_acopy;
+extern AVFilter ff_af_acue;
extern AVFilter ff_af_acrossfade;
extern AVFilter ff_af_acrusher;
extern AVFilter ff_af_adeclick;
@@ -167,6 +168,7 @@ extern AVFilter ff_vf_coreimage;
extern AVFilter ff_vf_cover_rect;
extern AVFilter ff_vf_crop;
extern AVFilter ff_vf_cropdetect;
+extern AVFilter ff_vf_cue;
extern AVFilter ff_vf_curves;
extern AVFilter ff_vf_datascope;
extern AVFilter ff_vf_dctdnoiz;