summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-07-08 16:14:47 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-07-09 00:09:53 +0200
commit8fcd121b823caeadbe7597c9ae9229f6f164f949 (patch)
treeb60a3ed94a70ab400647c8c2b21cf837f7d37627 /doc/filters.texi
parent66acb76bb0492b263215ca9b4d927a7be39ace02 (diff)
doc: Use the succinct syntax for the channelmap example
Mixing succinct and long syntax does not work.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi2
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