diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-22 23:01:03 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-24 07:15:31 +0200 |
commit | 7a8059eb9c47fe873996376e041e2f0e8d427e8e (patch) | |
tree | ad44182904f25c61f587771d39955c2238c91e94 /doc | |
parent | 0b6f9736355f0a561b7e744e38699af88513bfab (diff) | |
download | ffmpeg-7a8059eb9c47fe873996376e041e2f0e8d427e8e.tar.gz |
doc/filters: fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 218cd600ee..d3543b39c0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -281,7 +281,7 @@ Desired output channel layout. Defaults to stereo. Map channels from inputs to output. The argument is a comma-separated list of mappings, each in the @code{@var{input_idx}.@var{in_channel}-@var{out_channel}} form. @var{input_idx} is the 0-based index of the input stream. @var{in_channel} -can be either the name of the input channel (e.g. FR for front left) or its +can be either the name of the input channel (e.g. FL for front left) or its index in the specified input stream. @var{out_channel} is the name of the output channel. @end table |