summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorSergey Lavrushkin <dualfal@gmail.com>2018-04-10 19:41:40 +0300
committerPedro Arthur <bygrandao@gmail.com>2018-05-04 14:24:56 +0000
commit9479955c626529550d337067af85760e256eabb3 (patch)
tree481a91fb8167f56b40e2b3231ca4209f7465662b /libavfilter/allfilters.c
parent4bad76b6e9e44b54bf08fd190c22edeb8222d83d (diff)
Adds SRCNN filter.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
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 d958f9b2da..42f956b3bf 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -322,6 +322,7 @@ extern AVFilter ff_vf_smartblur;
extern AVFilter ff_vf_sobel;
extern AVFilter ff_vf_split;
extern AVFilter ff_vf_spp;
+extern AVFilter ff_vf_srcnn;
extern AVFilter ff_vf_ssim;
extern AVFilter ff_vf_stereo3d;
extern AVFilter ff_vf_streamselect;