diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-07 02:06:25 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-17 19:08:30 +0200 |
commit | d763fb7d47fdbd107ea65cdf511f2f21558f6610 (patch) | |
tree | a457c93b1fe72d53982d0a4f1bfcd955f1deb54b /libavfilter/allfilters.c | |
parent | 0e7efb9d23c3641d50caa288818e8c27647ce74d (diff) | |
download | ffmpeg-d763fb7d47fdbd107ea65cdf511f2f21558f6610.tar.gz |
lavfi: add select filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r-- | libavfilter/allfilters.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 11e9d7d052..dbbe441859 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -61,6 +61,7 @@ void avfilter_register_all(void) REGISTER_FILTER (PAD, pad, vf); REGISTER_FILTER (PIXDESCTEST, pixdesctest, vf); REGISTER_FILTER (SCALE, scale, vf); + REGISTER_FILTER (SELECT, select, vf); REGISTER_FILTER (SETDAR, setdar, vf); REGISTER_FILTER (SETPTS, setpts, vf); REGISTER_FILTER (SETSAR, setsar, vf); |