summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-05-25 01:07:46 +0200
committerClément Bœsch <ubitux@gmail.com>2013-05-27 20:42:28 +0200
commit158d96e3f0ab1a01aa5eb8f0a4f9307834d10f70 (patch)
treec2bcf2ad6f65e764bd1e6a9892ed85952d36b4ba /libavfilter/allfilters.c
parent43286028906adab67ec87bc15ff3010d0f6c2ff0 (diff)
lavfi: add haldclut filter.
Fixes Ticket #2517.
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 075eccade4..58bffc7fa3 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -133,6 +133,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(FREI0R, frei0r, vf);
REGISTER_FILTER(GEQ, geq, vf);
REGISTER_FILTER(GRADFUN, gradfun, vf);
+ REGISTER_FILTER(HALDCLUT, haldclut, vf);
REGISTER_FILTER(HFLIP, hflip, vf);
REGISTER_FILTER(HISTEQ, histeq, vf);
REGISTER_FILTER(HISTOGRAM, histogram, vf);