diff options
author | Mulvya <mulvya@gmail.com> | 2017-02-17 00:27:32 +0530 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2017-02-16 13:34:14 -0900 |
commit | 64b79535d7c4390c9da0422c4394cc9e0fa04f85 (patch) | |
tree | 5ee7f4ce2c77638c8aba71b6a9023de4dd667ee4 /doc/filters.texi | |
parent | ada281dbe2e3784d013b7b7a29c9969e3febcd7c (diff) | |
download | ffmpeg-64b79535d7c4390c9da0422c4394cc9e0fa04f85.tar.gz |
doc: correct order of options for channelmap filter
Signed-off-by: Mulvya <mulvya@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index cff7ea59ab..60c0c828c5 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1905,9 +1905,6 @@ Remap input channels to new locations. It accepts the following parameters: @table @option -@item channel_layout -The channel layout of the output stream. - @item map Map channels from input to output. The argument is a '|'-separated list of mappings, each in the @code{@var{in_channel}-@var{out_channel}} or @@ -1916,6 +1913,9 @@ channel (e.g. FL for front left) or its index in the input channel layout. @var{out_channel} is the name of the output channel or its index in the output channel layout. If @var{out_channel} is not given then it is implicitly an index, starting with zero and increasing by one for each mapping. + +@item channel_layout +The channel layout of the output stream. @end table If no mapping is present, the filter will implicitly map input channels to |