summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2015-10-24 16:13:32 +0200
committerNicolas George <george@nsup.org>2015-11-07 16:43:36 +0100
commitd92e0848d9a5ad3c17253c13aaeada2817378609 (patch)
tree26986d66dfd5f9fb73a44722f49adbc16acaefae /libavfilter/allfilters.c
parent47ea04ff1058cfd9cf780ad27eae5260a2a84353 (diff)
lavfi: remove astreamsync.
It was only useful for very specific testing purposes and appears to be currently partially broken.
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index e35c504759..790587debf 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -73,7 +73,6 @@ void avfilter_register_all(void)
REGISTER_FILTER(ASHOWINFO, ashowinfo, af);
REGISTER_FILTER(ASPLIT, asplit, af);
REGISTER_FILTER(ASTATS, astats, af);
- REGISTER_FILTER(ASTREAMSYNC, astreamsync, af);
REGISTER_FILTER(ASYNCTS, asyncts, af);
REGISTER_FILTER(ATEMPO, atempo, af);
REGISTER_FILTER(ATRIM, atrim, af);