aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-10-09 15:57:54 +0200
committerAnton Khirnov <anton@khirnov.net>2011-10-09 17:15:18 +0200
commit667d98182d9ced97fc7d494c668a8e5806cfa883 (patch)
treef5e687aebf70b5dc852cf66c12a351d99a7aa94f
parent3460dd8acf457218980487cb99c47107af8531fb (diff)
doc/avconv: add forgotten output/per-stream info to -filter
-rw-r--r--doc/avconv.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 74e9e77acd..0abcc9d400 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -186,7 +186,7 @@ Stop writing to the stream after @var{framecount} frames.
Use fixed quality scale (VBR). The meaning of @var{q} is
codec-dependent.
-@item -filter[:@var{stream_specifier}] @var{filter_graph}
+@item -filter[:@var{stream_specifier}] @var{filter_graph} (@emph{output,per-stream})
@var{filter_graph} is a description of the filter graph to apply to
the stream. Use @code{-filters} to show all the available filters
(including also sources and sinks).