From dc7ad85c401a0137795e0414f5fe1c2e7f1d7078 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Mon, 2 Jan 2012 15:32:55 +0100 Subject: doc: use @command{} for commands. --- doc/libavfilter.texi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/libavfilter.texi') 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 -- cgit v1.2.3