[FFmpeg-cvslog] r20520 - trunk/doc/libavfilter.texi

stefano subversion
Thu Nov 12 01:07:36 CET 2009


Author: stefano
Date: Thu Nov 12 01:07:36 2009
New Revision: 20520

Log:
Swap slicify / scale description positions, "scale" comes before
"slicify" in lexical order.

Modified:
   trunk/doc/libavfilter.texi

Modified: trunk/doc/libavfilter.texi
==============================================================================
--- trunk/doc/libavfilter.texi	Thu Nov 12 00:50:21 2009	(r20519)
+++ trunk/doc/libavfilter.texi	Thu Nov 12 01:07:36 2009	(r20520)
@@ -149,21 +149,6 @@ input to the vflip filter.
 
 Pass the source unchanged to the output.
 
- at section slicify
-
-Pass the images of input video on to next video filter as multiple
-slices.
-
- at example
-./ffmpeg -i in.avi -vfilters "slicify=32" out.avi
- at 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 scale
 
 Scale the input video to width:height and/or convert the image format.
@@ -189,6 +174,21 @@ ratio of the input image.
 
 The default value of ``width'' and ``height'' is 0.
 
+ at section slicify
+
+Pass the images of input video on to next video filter as multiple
+slices.
+
+ at example
+./ffmpeg -i in.avi -vfilters "slicify=32" out.avi
+ at 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 vflip
 
 Flip the input video vertically.



More information about the ffmpeg-cvslog mailing list