summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-11-28 23:59:15 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-11-28 23:59:15 +0100
commit8c1f98d9542d3463f46a3953eb0dd028a1e1b66f (patch)
treec71e28f565dc53b276402695ffcc21b95bc0adb9 /doc/filters.texi
parent5ddc072d0ddc7af1fc354d58a22108eb4fc53327 (diff)
parentbb6c67bb36b136de10256f0999128df4a42f9ffc (diff)
Merge commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc'
* commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc': lavfi: remove vf_slicify Conflicts: doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/vf_slicify.c tests/lavfi-regression.sh tests/ref/lavfi/crop_scale_vflip Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f3e86c1693..0b57e03e4c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3706,21 +3706,6 @@ Adler-32 checksum (printed in hexadecimal) of each plane of the input frame,
expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]"
@end table
-@section slicify
-
-Pass the images of input video on to next video filter as multiple
-slices.
-
-@example
-ffmpeg -i in.avi -vf "slicify=32" out.avi
-@end example
-
-The filter accepts the slice height as parameter. If the parameter is
-not specified it will use the default value of 16.
-
-Adding this in the beginning of filter chains should make filtering
-faster due to better use of the memory cache.
-
@section smartblur
Blur the input video without impacting the outlines.