summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-28 15:13:27 +0000
committerMichael Niedermayer <michaelni@gmx.at>2015-02-10 19:07:20 +0100
commit8b77c4dd424d8ee39dbca34b82ef12a8e483a68d (patch)
treef22d964adbac9d1d7ad9a92737a2d372c8373de5 /libavfilter/allfilters.c
parent8d5a8501195283e6f09f0d0b929cf2e893194df7 (diff)
avfilter: Add repeatfields filter (Port of mp=softpulldown)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 3b13ed77ff..9c6f2aeb0c 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -184,6 +184,7 @@ void avfilter_register_all(void)
REGISTER_FILTER(PULLUP, pullup, vf);
REGISTER_FILTER(QP, qp, vf);
REGISTER_FILTER(REMOVELOGO, removelogo, vf);
+ REGISTER_FILTER(REPEATFIELDS, repeatfields, vf);
REGISTER_FILTER(ROTATE, rotate, vf);
REGISTER_FILTER(SAB, sab, vf);
REGISTER_FILTER(SCALE, scale, vf);