summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-09 14:08:21 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-18 19:33:54 +0200
commit54c5dd89e3125c1f363fe8f95d2837a796967c6e (patch)
tree81ab0aac9986652080fdcdb3d29ee32e1d59c20c /libavfilter/allfilters.c
parent7b3b24a8eea8da7b63b4167b7ab8bc1c0fdecc64 (diff)
lavfi: Add fps filter.
Partially based on a patch by Robert Nagy <ronag89@gmail.com>
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 3fa0152d86..b3e57fd74c 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -55,6 +55,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (FIELDORDER, fieldorder, vf);
REGISTER_FILTER (FIFO, fifo, vf);
REGISTER_FILTER (FORMAT, format, vf);
+ REGISTER_FILTER (FPS, fps, vf);
REGISTER_FILTER (FREI0R, frei0r, vf);
REGISTER_FILTER (GRADFUN, gradfun, vf);
REGISTER_FILTER (HFLIP, hflip, vf);