diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-04-01 15:08:33 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-04-15 20:32:09 +0200 |
commit | 3b266da3d35f3f7a61258b78384dfe920d875d29 (patch) | |
tree | 6eb124b2645616ea2cbf73e02ca5e4db77aa7f4e /doc/filters.texi | |
parent | 560f7774a4edde550e35f85e4b1c6cc74c85f48f (diff) | |
download | ffmpeg-3b266da3d35f3f7a61258b78384dfe920d875d29.tar.gz |
avconv: add support for complex filtergraphs.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 446e1243db..f0367bfdc2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14,6 +14,7 @@ number of input and output pads of the filter. A filter with no input pads is called a "source", a filter with no output pads is called a "sink". +@anchor{Filtergraph syntax} @section Filtergraph syntax A filtergraph can be represented using a textual representation, which |