diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-07-08 16:14:47 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-07-09 00:09:53 +0200 |
commit | 8fcd121b823caeadbe7597c9ae9229f6f164f949 (patch) | |
tree | b60a3ed94a70ab400647c8c2b21cf837f7d37627 | |
parent | 66acb76bb0492b263215ca9b4d927a7be39ace02 (diff) | |
download | ffmpeg-8fcd121b823caeadbe7597c9ae9229f6f164f949.tar.gz |
doc: Use the succinct syntax for the channelmap example
Mixing succinct and long syntax does not work.
-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 e36f9a2a86..d9874b6be6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -530,7 +530,7 @@ the input. To fix a 5.1 WAV improperly encoded in AAC's native channel order @example -avconv -i in.wav -filter 'channelmap=1|2|0|5|3|4:channel_layout=5.1' out.wav +avconv -i in.wav -filter 'channelmap=1|2|0|5|3|4:5.1' out.wav @end example @section compand |