diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-02-23 14:32:27 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-03-21 15:52:45 +0100 |
commit | 3493390d4787089edd71cde7114c587a2bc134b8 (patch) | |
tree | 30605b538ef1043320882dee056f62d02635abcb /libavfilter/allfilters.c | |
parent | 7084985173ac7fa2873088aafbf9c6f1db8076d4 (diff) | |
download | ffmpeg-3493390d4787089edd71cde7114c587a2bc134b8.tar.gz |
lavfi: add tile 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 2fedf7d117..7715db349b 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -98,6 +98,7 @@ void avfilter_register_all(void) REGISTER_FILTER (SPLIT, split, vf); REGISTER_FILTER (SWAPUV, swapuv, vf); REGISTER_FILTER (THUMBNAIL, thumbnail, vf); + REGISTER_FILTER (TILE, tile, vf); REGISTER_FILTER (TINTERLACE, tinterlace, vf); REGISTER_FILTER (TRANSPOSE, transpose, vf); REGISTER_FILTER (UNSHARP, unsharp, vf); |