summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorYogender Gupta <ygupta@nvidia.com>2017-09-04 18:18:16 +0530
committerTimo Rothenpieler <timo@rothenpieler.org>2017-09-22 11:54:35 +0200
commit21e077fcb3d968e3ed6772a0309e31f94cd7a2a5 (patch)
tree06d886b172f4411234c0e5f09044e069b95fb968 /libavfilter/allfilters.c
parent183fd30e0f6fdc762fd955a24cfc7e6a49e1055c (diff)
avfilter/thumbnail_cuda: add cuda thumbnail filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 63e86721cd..baa84a3e72 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -326,6 +326,7 @@ static void register_all(void)
REGISTER_FILTER(TELECINE, telecine, vf);
REGISTER_FILTER(THRESHOLD, threshold, vf);
REGISTER_FILTER(THUMBNAIL, thumbnail, vf);
+ REGISTER_FILTER(THUMBNAIL_CUDA, thumbnail_cuda, vf);
REGISTER_FILTER(TILE, tile, vf);
REGISTER_FILTER(TINTERLACE, tinterlace, vf);
REGISTER_FILTER(TLUT2, tlut2, vf);