Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2015-01-27 15:21:56 +0300
committerStefano Sabatini <stefasab@gmail.com>2015-01-29 12:12:34 +0300
commitaf7b89e08be8c4b39fd70ef59f50c5940f0dd187 (patch)
treef3ba99771cf0fe95ccd54808f456f734e716bf90 /doc/filters.texi
parentd11fcf735f4ae916789d45b85a5da783f207f7ec (diff)
lavfi: document assumptions about the input and output labels of a filter graph description
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6fd192c285..cba2697fb6 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -195,6 +195,10 @@ instance two input pads. The first output pad of split is labelled
output pad of split is linked to the second input pad of overlay,
which are both unlabelled.
+In a filter description, if the input label of the first filter is not
+specified, "in" is assumed; if the output label of the last filter is not
+specified, "out" is assumed.
+
In a complete filterchain all the unlabelled filter input and output
pads must be connected. A filtergraph is considered valid if all the
filter input and output pads of all the filterchains are connected.