diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-17 15:02:17 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-23 19:55:34 +0100 |
commit | 8a02a8031ef4f98faf5647f0e01a8922247bf748 (patch) | |
tree | 31665341f54d4f8e5eb95f3634c69b47c047fe2b /libavfilter/allfilters.c | |
parent | 98114d70e48caf871b0fe9b8e5bf8ebd989b845d (diff) | |
download | ffmpeg-8a02a8031ef4f98faf5647f0e01a8922247bf748.tar.gz |
lavfi: add an NVIDIA NPP-based scaling filter
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index d76db06f2a..c6eeb1f4e4 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -97,6 +97,7 @@ void avfilter_register_all(void) REGISTER_FILTER(PAD, pad, vf); REGISTER_FILTER(PIXDESCTEST, pixdesctest, vf); REGISTER_FILTER(SCALE, scale, vf); + REGISTER_FILTER(SCALE_NPP, scale_npp, vf); REGISTER_FILTER(SCALE_VAAPI, scale_vaapi, vf); REGISTER_FILTER(SELECT, select, vf); REGISTER_FILTER(SETDAR, setdar, vf); |