diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-12-06 10:26:11 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-12-06 10:51:12 +0100 |
commit | 405b3eb535a8dd8375e0cf54a8ba43cde0bafd16 (patch) | |
tree | 130a0bc7f49608912290a6292415b68b6a505ae7 /doc/filters.texi | |
parent | 5b073da7a11f0cdcf173c4da98299ed9743e62a3 (diff) | |
download | ffmpeg-405b3eb535a8dd8375e0cf54a8ba43cde0bafd16.tar.gz |
lavfi/aevalsrc: duplicate last expression for the missing channels
Use last expression for the missing channel expressions in case the
channel layout was specified. Enhance flexibility.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 8329bf0c07..76394de375 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1896,7 +1896,8 @@ This source accepts the following options: @item exprs Set the '|'-separated expressions list for each separate channel. In case the @option{channel_layout} option is not specified, the selected channel layout -depends on the number of provided expressions. +depends on the number of provided expressions. Otherwise the last +specified expression is applied to the remaining output channels. @item channel_layout, c Set the channel layout. The number of channels in the specified layout |