summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-11-27 10:41:22 +0100
committerAnton Khirnov <anton@khirnov.net>2012-11-28 08:44:01 +0100
commitbb6c67bb36b136de10256f0999128df4a42f9ffc (patch)
tree8fa03b84191dab1e13b9ce0f1b0c1a2e6e431616 /doc
parentaf7d13ee4a4bf8d708f9b0598abb8f6e22b76de1 (diff)
lavfi: remove vf_slicify
The following commit will make it useless. The crop_scale_vflip FATE test changes because of off-by-one differences in output when vflipped slices are passed to sws.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index e1da2fee72..f092f3c8a8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1946,21 +1946,6 @@ Adler-32 checksum 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
-./avconv -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 split
Split input video into several identical outputs.