summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2016-03-21 00:03:16 +0000
committerAnton Khirnov <anton@khirnov.net>2016-03-23 19:40:15 +0100
commit98114d70e48caf871b0fe9b8e5bf8ebd989b845d (patch)
tree3600ea39915bd3891ccbf5f054e9486eafe202b9 /libavfilter/allfilters.c
parent8bc4accc37ab047d2fd85d672c577b39dfc918e1 (diff)
lavf: VAAPI scale filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 9461145df6..d76db06f2a 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_VAAPI, scale_vaapi, vf);
REGISTER_FILTER(SELECT, select, vf);
REGISTER_FILTER(SETDAR, setdar, vf);
REGISTER_FILTER(SETPTS, setpts, vf);