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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-01-02 18:32:55 +0400
committerClément Bœsch <ubitux@gmail.com>2012-01-04 16:21:08 +0400
commitdc7ad85c401a0137795e0414f5fe1c2e7f1d7078 (patch)
treee99ed738ee0cf7831809c9b2e66277a236e52c1b /doc/libavfilter.texi
parent837126568c83b3f95cc19c1f24c005a215a2af1e (diff)
doc: use @command{} for commands.
Diffstat (limited to 'doc/libavfilter.texi')
-rw-r--r--doc/libavfilter.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi
index de5baa8eec..06d9f13324 100644
--- a/doc/libavfilter.texi
+++ b/doc/libavfilter.texi
@@ -43,13 +43,13 @@ The result will be that in output the top half of the video is mirrored
onto the bottom half.
Video filters are loaded using the @var{-vf} option passed to
-ffmpeg or to ffplay. Filters in the same linear chain are separated by
-commas. In our example, @var{split, fifo, overlay} are in one linear
-chain, and @var{fifo, crop, vflip} are in another. The points where
-the linear chains join are labeled by names enclosed in square
-brackets. In our example, that is @var{[T1]} and @var{[T2]}. The magic
-labels @var{[in]} and @var{[out]} are the points where video is input
-and output.
+@command{ffmpeg} or to @command{ffplay}. Filters in the same linear
+chain are separated by commas. In our example, @var{split, fifo,
+overlay} are in one linear chain, and @var{fifo, crop, vflip} are in
+another. The points where the linear chains join are labeled by names
+enclosed in square brackets. In our example, that is @var{[T1]} and
+@var{[T2]}. The magic labels @var{[in]} and @var{[out]} are the points
+where video is input and output.
Some filters take in input a list of parameters: they are specified
after the filter name and an equal sign, and are separated each other