summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorRoman Arzumanyan <rarzumanyan@nvidia.com>2021-09-06 15:25:51 +0300
committerTimo Rothenpieler <timo@rothenpieler.org>2021-11-03 19:06:14 +0100
commit08a501946f95f3a998000ee923aa7fcb35ec0d4e (patch)
tree20cda1141b639bc1c751c648ef584948ba00354d /libavfilter/allfilters.c
parent82e3251dd269bdf3c45b991b12dab1ce7561d542 (diff)
downloadffmpeg-08a501946f95f3a998000ee923aa7fcb35ec0d4e.tar.gz
avfilter/scale_npp: add scale2ref_npp 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 409ab5d3c4..667b6fc246 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -396,6 +396,7 @@ extern const AVFilter ff_vf_scale_qsv;
extern const AVFilter ff_vf_scale_vaapi;
extern const AVFilter ff_vf_scale_vulkan;
extern const AVFilter ff_vf_scale2ref;
+extern const AVFilter ff_vf_scale2ref_npp;
extern const AVFilter ff_vf_scdet;
extern const AVFilter ff_vf_scharr;
extern const AVFilter ff_vf_scroll;