summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2013-06-07 10:57:29 +0200
committerClément Bœsch <u@pkh.me>2014-06-21 19:22:55 +0200
commitded3c9fd32afe4174b65d5bae843cea9149c8f11 (patch)
treee2d1046f90a70a6e6e9f820d583bf90ea6989d7f /libavfilter/allfilters.c
parent5ab51f75358360c7a9389fb3157efb919ff0e656 (diff)
avfilter: add hqx filter (hq2x, hq3x, hq4x)
Partially fixes Ticket #3404 (xbr filter remaining)
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 1e86967be6..e4ac983b54 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -148,6 +148,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(HISTEQ, histeq, vf);
REGISTER_FILTER(HISTOGRAM, histogram, vf);
REGISTER_FILTER(HQDN3D, hqdn3d, vf);
+ REGISTER_FILTER(HQX, hqx, vf);
REGISTER_FILTER(HUE, hue, vf);
REGISTER_FILTER(IDET, idet, vf);
REGISTER_FILTER(IL, il, vf);