aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-01-02 23:17:32 +0000
committerMark Thompson <sw@jkqxz.net>2018-01-07 23:24:30 +0000
commitdfdc14616112acd1586f1c5c709d3adeb60e0086 (patch)
tree0cb51ffc4d85af6f8b4f5272f237526be7c47315 /libavfilter/allfilters.c
parent202b59cd3d0138921fc6fb6a940fd2a022e33b0a (diff)
downloadffmpeg-dfdc14616112acd1586f1c5c709d3adeb60e0086.tar.gz
lavfi: Add filters to run arbitrary OpenCL programs
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 753ae968aa..42516bbdf9 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -284,6 +284,7 @@ static void register_all(void)
REGISTER_FILTER(PP7, pp7, vf);
REGISTER_FILTER(PREMULTIPLY, premultiply, vf);
REGISTER_FILTER(PREWITT, prewitt, vf);
+ REGISTER_FILTER(PROGRAM_OPENCL, program_opencl, vf);
REGISTER_FILTER(PSEUDOCOLOR, pseudocolor, vf);
REGISTER_FILTER(PSNR, psnr, vf);
REGISTER_FILTER(PULLUP, pullup, vf);
@@ -378,6 +379,7 @@ static void register_all(void)
REGISTER_FILTER(MANDELBROT, mandelbrot, vsrc);
REGISTER_FILTER(MPTESTSRC, mptestsrc, vsrc);
REGISTER_FILTER(NULLSRC, nullsrc, vsrc);
+ REGISTER_FILTER(OPENCLSRC, openclsrc, vsrc);
REGISTER_FILTER(RGBTESTSRC, rgbtestsrc, vsrc);
REGISTER_FILTER(SMPTEBARS, smptebars, vsrc);
REGISTER_FILTER(SMPTEHDBARS, smptehdbars, vsrc);