diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-03 22:41:38 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-11-03 22:41:38 +0000 |
commit | bc37ec923debca2647b086306d360341b2492bfe (patch) | |
tree | ce914007d19ef22f38faa6acc71f1b79d38af1ef /libavfilter/allfilters.c | |
parent | da23d4247658d26d8f5d2fa570dfdffea55496fe (diff) | |
download | ffmpeg-bc37ec923debca2647b086306d360341b2492bfe.tar.gz |
Add slicify video filter.
Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 ac26805372..b33f54f7e9 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -38,5 +38,6 @@ void avfilter_register_all(void) REGISTER_FILTER (FORMAT,format,vf); REGISTER_FILTER (NOFORMAT,noformat,vf); REGISTER_FILTER (NULL,null,vf); + REGISTER_FILTER (SLICIFY,slicify,vf); REGISTER_FILTER (VFLIP,vflip,vf); } |