Commit 8d4460f1 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '8fcd121b'

* commit '8fcd121b':
  doc: Use the succinct syntax for the channelmap example

Conflicts:
	doc/filters.texi
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7c502935 8fcd121b
......@@ -1338,7 +1338,7 @@ the input.
To fix a 5.1 WAV improperly encoded in AAC's native channel order
@example
ffmpeg -i in.wav -filter 'channelmap=1|2|0|5|3|4:channel_layout=5.1' out.wav
ffmpeg -i in.wav -filter 'channelmap=1|2|0|5|3|4:5.1' out.wav
@end example
@section channelsplit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment