diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2011-10-24 17:11:10 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2011-12-27 11:05:08 +0100 |
commit | 15a2a29ba3345083c95d8a920d8950267db8a6f5 (patch) | |
tree | 3362d52100a0ea4ef7b1a0edf0d88d122f68ca9b /libavfilter/allfilters.c | |
parent | b72544370aa22697cc28d4c85e642431fa591629 (diff) | |
download | ffmpeg-15a2a29ba3345083c95d8a920d8950267db8a6f5.tar.gz |
lavfi: add thumbnail video filter.
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 0b641c7126..01ebd0df28 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -89,6 +89,7 @@ void avfilter_register_all(void) REGISTER_FILTER (SHOWINFO, showinfo, vf); REGISTER_FILTER (SLICIFY, slicify, vf); REGISTER_FILTER (SPLIT, split, vf); + REGISTER_FILTER (THUMBNAIL, thumbnail, vf); REGISTER_FILTER (TRANSPOSE, transpose, vf); REGISTER_FILTER (UNSHARP, unsharp, vf); REGISTER_FILTER (VFLIP, vflip, vf); |