diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-18 22:58:42 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-18 22:58:42 +0000 |
commit | f6112d7f862979eb5b831a2f5407e3ff8bcf2f93 (patch) | |
tree | 124379a945d7a46d3b002f451b5649faeab0ef9c /doc/vfilters.texi | |
parent | 94ec3aca56d074d0ee7ea08f270a1ad405442056 (diff) | |
download | ffmpeg-f6112d7f862979eb5b831a2f5407e3ff8bcf2f93.tar.gz |
Split the "Introduction" chapter in two chapters as suggested by
Diego.
Originally committed as revision 20297 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/vfilters.texi')
-rw-r--r-- | doc/vfilters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/vfilters.texi b/doc/vfilters.texi index 45766cce09..82b60cb762 100644 --- a/doc/vfilters.texi +++ b/doc/vfilters.texi @@ -28,6 +28,8 @@ integrate it into ffmpeg and ffplay. But note that there may still be serious bugs in the code and its API and ABI should not be considered stable yet! +@chapter Tutorial + In libavfilter, it is possible for filters to have multiple inputs and multiple outputs. To illustrate the sorts of things that are possible, we can |