summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-07-09 12:11:10 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-07-09 12:11:10 +0200
commit8d4460f1bbe94e02382594cee8dbb3e8ad2f9f32 (patch)
treeceb392bebf690c47c2d9fde9f9a6f49f99fe6fa0 /doc
parent7c502935ec6bfdbb474c4fe90617e45e639755ec (diff)
parent8fcd121b823caeadbe7597c9ae9229f6f164f949 (diff)
downloadffmpeg-streaming-8d4460f1bbe94e02382594cee8dbb3e8ad2f9f32.zip
ffmpeg-streaming-8d4460f1bbe94e02382594cee8dbb3e8ad2f9f32.tar.gz
Merge commit '8fcd121b823caeadbe7597c9ae9229f6f164f949'
* commit '8fcd121b823caeadbe7597c9ae9229f6f164f949': doc: Use the succinct syntax for the channelmap example Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 3fce874..9f7b976 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -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
OpenPOWER on IntegriCloud