summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorDaniel Oberhoff <daniel@danieloberhoff.de>2014-08-12 00:52:45 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-12 03:33:30 +0200
commit9f617a14a00805ffd54dee4fce34e3e4099d21f3 (patch)
treefe98565725eb4b7c6b10cf7cd3d5556b9775de67 /libavfilter/allfilters.c
parent52b81ff4635c077b2bc8b8d3637d933b6629d803 (diff)
avfilter: ported lenscorrection filter from frei0r
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 18775572ed..b1d6ff5b11 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -156,6 +156,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(INTERLACE, interlace, vf);
REGISTER_FILTER(INTERLEAVE, interleave, vf);
REGISTER_FILTER(KERNDEINT, kerndeint, vf);
+ REGISTER_FILTER(LENSCORRECTION, lenscorrection, vf);
REGISTER_FILTER(LUT3D, lut3d, vf);
REGISTER_FILTER(LUT, lut, vf);
REGISTER_FILTER(LUTRGB, lutrgb, vf);