aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-03-26 12:39:58 +0100
committerAnton Khirnov <anton@khirnov.net>2016-06-21 19:53:38 +0200
commitac7bfd69678f3966e38debdb27f4bde94dc0345c (patch)
tree20720d2096908706dc59326db986ed16cdf1f8d8 /libavfilter/allfilters.c
parentad9c9440d592e4d53d6bec9961b4b22e25387d70 (diff)
downloadffmpeg-ac7bfd69678f3966e38debdb27f4bde94dc0345c.tar.gz
lavfi: add a QSV scaling filter
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 c6eeb1f4e4..e3858d8d83 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -98,6 +98,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(PIXDESCTEST, pixdesctest, vf);
REGISTER_FILTER(SCALE, scale, vf);
REGISTER_FILTER(SCALE_NPP, scale_npp, vf);
+ REGISTER_FILTER(SCALE_QSV, scale_qsv, vf);
REGISTER_FILTER(SCALE_VAAPI, scale_vaapi, vf);
REGISTER_FILTER(SELECT, select, vf);
REGISTER_FILTER(SETDAR, setdar, vf);