summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-07-02 12:12:36 +0200
committerAnton Khirnov <anton@khirnov.net>2016-07-22 19:08:13 +0200
commitad71d3276fef0ee7e791e62bbfe9c4e540047417 (patch)
tree7b75d29fe68e84e1982603dd2915daa8c0928cbd /libavfilter/allfilters.c
parent8e07c22e508b349d145b9f142aa3ee8b3ce1d3a4 (diff)
lavfi: add a QSV deinterlacing 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 e3858d8d83..de49d65298 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -70,6 +70,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(COPY, copy, vf);
REGISTER_FILTER(CROP, crop, vf);
REGISTER_FILTER(CROPDETECT, cropdetect, vf);
+ REGISTER_FILTER(DEINTERLACE_QSV,deinterlace_qsv,vf);
REGISTER_FILTER(DELOGO, delogo, vf);
REGISTER_FILTER(DRAWBOX, drawbox, vf);
REGISTER_FILTER(DRAWTEXT, drawtext, vf);