summaryrefslogtreecommitdiff
path: root/doc/libavfilter.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-21 21:19:57 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-21 21:19:57 +0000
commit415e6d2930f65d5700f653972ac17d77db9d95f2 (patch)
tree901e8709d3e1665d7c88c571820e09efeacf7af5 /doc/libavfilter.texi
parent067180220d768ca5893f89fe881b4e4541165b28 (diff)
Sort video filter descriptions by name.
Originally committed as revision 20344 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/libavfilter.texi')
-rw-r--r--doc/libavfilter.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi
index 7253abfa0f..fdc80eae1d 100644
--- a/doc/libavfilter.texi
+++ b/doc/libavfilter.texi
@@ -80,10 +80,6 @@ build.
Below is a description of the currently available video filters.
-@section null
-
-Pass the source unchanged to the output.
-
@section crop
Crop the input video to x:y:width:height.
@@ -115,4 +111,8 @@ corner of the input image.
The default value of ``w'' and ``h'' is 0.
+@section null
+
+Pass the source unchanged to the output.
+
@bye